#86AEBC

Color #86AEBC Botticelli (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Botticelli #86AEBC

Tints of Botticelli #86AEBC

Color information

#86AEBC (or 0x86AEBC) is unknown color: approx Botticelli. HEX triplet: 86, AE and BC. RGB value is (134,174,188). Sum of RGB (Red+Green+Blue) = 134+174+188=496 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.02% from 496); Green value is 174 (68.36% from 255 or 35.08% from 496); Blue value is 188 (73.83% from 255 or 37.90% from 496); Max value from RGB is 188 - color contains mainly: blue. Hex color #86AEBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86AEBC is #795143. Grayscale: #A3A3A3. Windows color (decimal): -7950660 or 12365446. OLE color: 12365446.

HSL color Cylindrical-coordinate representation of color #86AEBC: hue angle of 195.56º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #86AEBC is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB134174188-
CMYK0.290.0700.26
HSL195.56º28.72%63.14%-
HSV(B)195.56º28.72%73.73%-
XYZ34.0438.9753.3-
YUV163.64141.75106.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 134 (52.73% from 255) = 27.02%
GREEN value IS 174 (68.36% from 255) = 35.08%
BLUE value IS 188 (73.83% from 255) = 37.90%
R=27.02%
G=35.08%
B=37.90%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1341741880.290.0700.26195.5628.7263.14
Hex86AEBC1D701Ac41d3f
Octal2062562743570323043577
Binary100001101010111010111100111011110110101100010011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86AEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86AEBC; }

 p { color: rgb(134,174,188); }

 H1.HeaderClassName
 {
   color: #86AEBC;
 }
 .AnyTagClassName
 {
   color: #86AEBC;
 }
</style>
background-color css

<style>
 a { background-color: #86AEBC; }

 a { background-color: rgb(134,174,188); }

 div.DivClassName
 {
   background-color: #86AEBC;
 }
 .BgClassName
 {
   background-color: #86AEBC;
 }
</style>
border-color css

<style>
 span { border-color: #86AEBC; }

 span { border-color: rgb(134,174,188); }

 td.TdClassName
 {
   border-color: #86AEBC;
 }
 .TagClassName
 {
   border-color: #86AEBC;
 }
</style>