Html Css Color HEX #8C9BAB Bali Hai

📋 copy color: '#8C9BAB'

red 140 ◦ green 155 ◦ blue 171

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

Shades of Bali Hai #8C9BAB

Tints of Bali Hai #8C9BAB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 33.26%

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

R = 30.04%
G = 33.26%
B = 36.7%

CMYK

 C value IS 0.18

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8C9BAB (or 0x8C9BAB) is known color: Bali Hai. HEX triplet: 8C, 9B and AB. RGB value is (140,155,171). Sum of RGB (Red+Green+Blue) = 140+155+171=466 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.04% from 466); Green value is 155 (60.94% from 255 or 33.26% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 171 - color contains mainly: blue. Hex color #8C9BAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9BAB is #736454. Grayscale: #989898. Windows color (decimal): -7562325 or 11246476. OLE color: 11246476.

HSL color Cylindrical-coordinate representation of color #8C9BAB: hue angle of 210.97º 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 #8C9BAB is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 140 155 171 -
CMYK 0.18 0.09 0 0.33
HSL 210.97º 0.16% 0.61% -
HSV(B) 210.97º 0.18% 0.67% -
XYZ 29.89 31.96 43.12 -
YUV 152.34 138.53 119.2 -
System Red Green Blue C M Y K H S L
Decimal 140 155 171 0.18 0.09 0 0.33 210.97 0.16 0.61
Hex 8C 9B AB 12 9 0 21 D3 10 3D
Octal 214 233 253 22 11 0 41 323 20 75
Binary 10001100 10011011 10101011 10010 1001 0 100001 11010011 10000 111101

Color Harmonies of #8C9BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9BAB

Black with #8C9BAB

Text Example


Text Example

White with #8C9BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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