Html Css Color HEX #8B9DAB Bali Hai

📋 copy color: '#8B9DAB'

red 139 ◦ green 157 ◦ blue 171

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

Shades of Bali Hai #8B9DAB

Tints of Bali Hai #8B9DAB

RGB

 RED value IS 139 (54.69% from 255) = 29.76%

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

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

R = 29.76%
G = 33.62%
B = 36.62%

CMYK

 C value IS 0.19

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8B9DAB (or 0x8B9DAB) is known color: Bali Hai. HEX triplet: 8B, 9D and AB. RGB value is (139,157,171). Sum of RGB (Red+Green+Blue) = 139+157+171=467 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.76% from 467); Green value is 157 (61.72% from 255 or 33.62% from 467); Blue value is 171 (67.19% from 255 or 36.62% from 467); Max value from RGB is 171 - color contains mainly: blue. Hex color #8B9DAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B9DAB is #746254. Grayscale: #999999. Windows color (decimal): -7627349 or 11246987. OLE color: 11246987.

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

Color convert

RGB 139 157 171 -
CMYK 0.19 0.08 0 0.33
HSL 206.25º 0.16% 0.61% -
HSV(B) 206.25º 0.19% 0.67% -
XYZ 30.06 32.54 43.23 -
YUV 153.21 138.04 117.86 -
System Red Green Blue C M Y K H S L
Decimal 139 157 171 0.19 0.08 0 0.33 206.25 0.16 0.61
Hex 8B 9D AB 13 8 0 21 CE 10 3D
Octal 213 235 253 23 10 0 41 316 20 75
Binary 10001011 10011101 10101011 10011 1000 0 100001 11001110 10000 111101

Color Harmonies of #8B9DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B9DAB

Black with #8B9DAB

Text Example


Text Example

White with #8B9DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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