Html Css Color HEX #8C9CAB Bali Hai

📋 copy color: '#8C9CAB'

red 140 ◦ green 156 ◦ blue 171

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

Shades of Bali Hai #8C9CAB

Tints of Bali Hai #8C9CAB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.4%

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

R = 29.98%
G = 33.4%
B = 36.62%

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

#8C9CAB (or 0x8C9CAB) is known color: Bali Hai. HEX triplet: 8C, 9C and AB. RGB value is (140,156,171). Sum of RGB (Red+Green+Blue) = 140+156+171=467 (61% of max value = 765). Red value is 140 (55.08% from 255 or 29.98% from 467); Green value is 156 (61.33% from 255 or 33.40% 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 #8C9CAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9CAB is #736354. Grayscale: #989898. Windows color (decimal): -7562069 or 11246732. OLE color: 11246732.

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

Color convert

RGB 140 156 171 -
CMYK 0.18 0.09 0 0.33
HSL 209.03º 0.16% 0.61% -
HSV(B) 209.03º 0.18% 0.67% -
XYZ 30.05 32.29 43.18 -
YUV 152.93 138.2 118.78 -
System Red Green Blue C M Y K H S L
Decimal 140 156 171 0.18 0.09 0 0.33 209.03 0.16 0.61
Hex 8C 9C AB 12 9 0 21 D1 10 3D
Octal 214 234 253 22 11 0 41 321 20 75
Binary 10001100 10011100 10101011 10010 1001 0 100001 11010001 10000 111101

Color Harmonies of #8C9CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9CAB

Black with #8C9CAB

Text Example


Text Example

White with #8C9CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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