#869BAA

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

Shades of Bali Hai #869BAA

Tints of Bali Hai #869BAA

Color information

#869BAA (or 0x869BAA) is unknown color: approx Bali Hai. HEX triplet: 86, 9B and AA. RGB value is (134,155,170). Sum of RGB (Red+Green+Blue) = 134+155+170=459 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.19% from 459); Green value is 155 (60.94% from 255 or 33.77% from 459); Blue value is 170 (66.80% from 255 or 37.04% from 459); Max value from RGB is 170 - color contains mainly: blue. Hex color #869BAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869BAA is #796455. Grayscale: #969696. Windows color (decimal): -7955542 or 11180934. OLE color: 11180934.

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

Color convert

RGB134155170-
CMYK0.210.0900.33
HSL205º17.48%59.61%-
HSV(B)205º21.18%66.67%-
XYZ28.8131.4142.58-
YUV150.43139.04116.28-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.19%
GREEN value IS 155 (60.94% from 255) = 33.77%
BLUE value IS 170 (66.80% from 255) = 37.04%
R=29.19%
G=33.77%
B=37.04%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1341551700.210.0900.3320517.4859.61
Hex869BAA159021cd113c
Octal20623325225110413152174
Binary10000110100110111010101010101100101000011100110110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,155,170); }

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

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

 a { background-color: rgb(134,155,170); }

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

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

 span { border-color: rgb(134,155,170); }

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