#86AEBD

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

Shades of Botticelli #86AEBD

Tints of Botticelli #86AEBD

Color information

#86AEBD (or 0x86AEBD) is unknown color: approx Botticelli. HEX triplet: 86, AE and BD. RGB value is (134,174,189). Sum of RGB (Red+Green+Blue) = 134+174+189=497 (65% of max value = 765). Red value is 134 (52.73% from 255 or 26.96% from 497); Green value is 174 (68.36% from 255 or 35.01% from 497); Blue value is 189 (74.22% from 255 or 38.03% from 497); Max value from RGB is 189 - color contains mainly: blue. Hex color #86AEBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86AEBD is #795142. Grayscale: #A3A3A3. Windows color (decimal): -7950659 or 12430982. OLE color: 12430982.

HSL color Cylindrical-coordinate representation of color #86AEBD: hue angle of 196.36º 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 #86AEBD is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB134174189-
CMYK0.290.0800.26
HSL196.36º29.41%63.33%-
HSV(B)196.36º29.1%74.12%-
XYZ34.1539.0153.87-
YUV163.75142.25106.78-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.96%
GREEN value IS 174 (68.36% from 255) = 35.01%
BLUE value IS 189 (74.22% from 255) = 38.03%
R=26.96%
G=35.01%
B=38.03%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1341741890.290.0800.26196.3629.4163.33
Hex86AEBD1D801Ac41d3f
Octal20625627535100323043577
Binary1000011010101110101111011110110000110101100010011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86AEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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