Html Css Color HEX #8C9DAB Bali Hai

📋 copy color: '#8C9DAB'

red 140 ◦ green 157 ◦ blue 171

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

Shades of Bali Hai #8C9DAB

Tints of Bali Hai #8C9DAB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 33.55%

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

R = 29.91%
G = 33.55%
B = 36.54%

CMYK

 C value IS 0.18

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8C9DAB (or 0x8C9DAB) is known color: Bali Hai. HEX triplet: 8C, 9D and AB. RGB value is (140,157,171). Sum of RGB (Red+Green+Blue) = 140+157+171=468 (61% of max value = 765). Red value is 140 (55.08% from 255 or 29.91% from 468); Green value is 157 (61.72% from 255 or 33.55% from 468); Blue value is 171 (67.19% from 255 or 36.54% from 468); Max value from RGB is 171 - color contains mainly: blue. Hex color #8C9DAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9DAB is #736254. Grayscale: #999999. Windows color (decimal): -7561813 or 11246988. OLE color: 11246988.

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

Color convert

RGB 140 157 171 -
CMYK 0.18 0.08 0 0.33
HSL 207.1º 0.16% 0.61% -
HSV(B) 207.1º 0.18% 0.67% -
XYZ 30.22 32.63 43.23 -
YUV 153.51 137.87 118.36 -
System Red Green Blue C M Y K H S L
Decimal 140 157 171 0.18 0.08 0 0.33 207.1 0.16 0.61
Hex 8C 9D AB 12 8 0 21 CF 10 3D
Octal 214 235 253 22 10 0 41 317 20 75
Binary 10001100 10011101 10101011 10010 1000 0 100001 11001111 10000 111101

Color Harmonies of #8C9DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9DAB

Black with #8C9DAB

Text Example


Text Example

White with #8C9DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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