#869CAB

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

Shades of Bali Hai #869CAB

Tints of Bali Hai #869CAB

Color information

#869CAB (or 0x869CAB) is unknown color: approx Bali Hai. HEX triplet: 86, 9C and AB. RGB value is (134,156,171). Sum of RGB (Red+Green+Blue) = 134+156+171=461 (61% of max value = 765). Red value is 134 (52.73% from 255 or 29.07% from 461); Green value is 156 (61.33% from 255 or 33.84% from 461); Blue value is 171 (67.19% from 255 or 37.09% from 461); Max value from RGB is 171 - color contains mainly: blue. Hex color #869CAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869CAB is #796354. Grayscale: #979797. Windows color (decimal): -7955285 or 11246726. OLE color: 11246726.

HSL color Cylindrical-coordinate representation of color #869CAB: hue angle of 204.32º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #869CAB is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB134156171-
CMYK0.220.0900.33
HSL204.32º18.05%59.8%-
HSV(B)204.32º21.64%67.06%-
XYZ29.0731.7943.13-
YUV151.13139.21115.78-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.07%
GREEN value IS 156 (61.33% from 255) = 33.84%
BLUE value IS 171 (67.19% from 255) = 37.09%
R=29.07%
G=33.84%
B=37.09%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1341561710.220.0900.33204.3218.0559.8
Hex869CAB169021cc123c
Octal20623425326110413142274
Binary10000110100111001010101110110100101000011100110010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869CAB; }

 p { color: rgb(134,156,171); }

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

<style>
 a { background-color: #869CAB; }

 a { background-color: rgb(134,156,171); }

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

<style>
 span { border-color: #869CAB; }

 span { border-color: rgb(134,156,171); }

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