#86A0B6

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

Shades of Bali Hai #86A0B6

Tints of Bali Hai #86A0B6

Color information

#86A0B6 (or 0x86A0B6) is unknown color: approx Bali Hai. HEX triplet: 86, A0 and B6. RGB value is (134,160,182). Sum of RGB (Red+Green+Blue) = 134+160+182=476 (63% of max value = 765). Red value is 134 (52.73% from 255 or 28.15% from 476); Green value is 160 (62.89% from 255 or 33.61% from 476); Blue value is 182 (71.48% from 255 or 38.24% from 476); Max value from RGB is 182 - color contains mainly: blue. Hex color #86A0B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86A0B6 is #795F49. Grayscale: #9A9A9A. Windows color (decimal): -7954250 or 11968646. OLE color: 11968646.

HSL color Cylindrical-coordinate representation of color #86A0B6: hue angle of 207.5º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #86A0B6 is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB134160182-
CMYK0.260.1200.29
HSL207.5º24.74%61.96%-
HSV(B)207.5º26.37%71.37%-
XYZ30.8533.5949.11-
YUV154.73143.39113.21-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.15%
GREEN value IS 160 (62.89% from 255) = 33.61%
BLUE value IS 182 (71.48% from 255) = 38.24%
R=28.15%
G=33.61%
B=38.24%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1341601820.260.1200.29207.524.7461.96
Hex86A0B61AC01Dd0193e
Octal20624026632140353203176
Binary1000011010100000101101101101011000111011101000011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A0B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,160,182); }

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

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

 a { background-color: rgb(134,160,182); }

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

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

 span { border-color: rgb(134,160,182); }

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