Html Css Color HEX #8C9AAB Bali Hai

📋 copy color: '#8C9AAB'

red 140 ◦ green 154 ◦ blue 171

#8C9AAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bali Hai #8C9AAB

Tints of Bali Hai #8C9AAB

RGB

 RED value IS 140 (55.08% from 255) = 30.11%

 GREEN value IS 154 (60.55% from 255) = 33.12%

 BLUE value IS 171 (67.19% from 255) = 36.77%

R = 30.11%
G = 33.12%
B = 36.77%

CMYK

 C value IS 0.18

 M value IS 0.10

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8C9AAB (or 0x8C9AAB) is known color: Bali Hai. HEX triplet: 8C, 9A and AB. RGB value is (140,154,171). Sum of RGB (Red+Green+Blue) = 140+154+171=465 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.11% from 465); Green value is 154 (60.55% from 255 or 33.12% from 465); Blue value is 171 (67.19% from 255 or 36.77% from 465); Max value from RGB is 171 - color contains mainly: blue. Hex color #8C9AAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9AAB is #736554. Grayscale: #979797. Windows color (decimal): -7562581 or 11246220. OLE color: 11246220.

HSL color Cylindrical-coordinate representation of color #8C9AAB: hue angle of 212.9º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8C9AAB is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 140 154 171 -
CMYK 0.18 0.10 0 0.33
HSL 212.9º 0.16% 0.61% -
HSV(B) 212.9º 0.18% 0.67% -
XYZ 29.72 31.63 43.07 -
YUV 151.75 138.86 119.62 -
System Red Green Blue C M Y K H S L
Decimal 140 154 171 0.18 0.10 0 0.33 212.9 0.16 0.61
Hex 8C 9A AB 12 A 0 21 D5 10 3D
Octal 214 232 253 22 12 0 41 325 20 75
Binary 10001100 10011010 10101011 10010 1010 0 100001 11010101 10000 111101

Color Harmonies of #8C9AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9AAB

Black with #8C9AAB

Text Example


Text Example

White with #8C9AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C9AAB; }

 p { color: rgb(140,154,171); }

 H1.HeaderClassName
 {
   color: #8C9AAB;
 }
 .AnyTagClassName
 {
   color: #8C9AAB;
 }
</style>

background-color css

<style>
 a { background-color: #8C9AAB; }

 a { background-color: rgb(140,154,171); }

 div.DivClassName
 {
   background-color: #8C9AAB;
 }
 .BgClassName
 {
   background-color: #8C9AAB;
 }
</style>

border-color css

<style>
 span { border-color: #8C9AAB; }

 span { border-color: rgb(140,154,171); }

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