Html Css Color HEX #96A0A4 Bali Hai

📋 copy color: '#96A0A4'

red 150 ◦ green 160 ◦ blue 164

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

Shades of Bali Hai #96A0A4

Tints of Bali Hai #96A0A4

RGB

 RED value IS 150 (58.98% from 255) = 31.65%

 GREEN value IS 160 (62.89% from 255) = 33.76%

 BLUE value IS 164 (64.45% from 255) = 34.6%

R = 31.65%
G = 33.76%
B = 34.6%

CMYK

 C value IS 0.09

 M value IS 0.02

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#96A0A4 (or 0x96A0A4) is known color: Bali Hai. HEX triplet: 96, A0 and A4. RGB value is (150,160,164). Sum of RGB (Red+Green+Blue) = 150+160+164=474 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.65% from 474); Green value is 160 (62.89% from 255 or 33.76% from 474); Blue value is 164 (64.45% from 255 or 34.60% from 474); Max value from RGB is 164 - color contains mainly: blue. Hex color #96A0A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A0A4 is #695F5B. Grayscale: #9D9D9D. Windows color (decimal): -6905692 or 10789014. OLE color: 10789014.

HSL color Cylindrical-coordinate representation of color #96A0A4: hue angle of 197.14º degrees, saturation: 0.07, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #96A0A4 is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 150 160 164 -
CMYK 0.09 0.02 0 0.36
HSL 197.14º 0.07% 0.62% -
HSV(B) 197.14º 0.09% 0.64% -
XYZ 31.85 34.31 40.07 -
YUV 157.47 131.69 122.67 -
System Red Green Blue C M Y K H S L
Decimal 150 160 164 0.09 0.02 0 0.36 197.14 0.07 0.62
Hex 96 A0 A4 9 2 0 24 C5 7 3E
Octal 226 240 244 11 2 0 44 305 7 76
Binary 10010110 10100000 10100100 1001 10 0 100100 11000101 111 111110

Color Harmonies of #96A0A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A0A4

Black with #96A0A4

Text Example


Text Example

White with #96A0A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96A0A4; }

 p { color: rgb(150,160,164); }

 H1.HeaderClassName
 {
   color: #96A0A4;
 }
 .AnyTagClassName
 {
   color: #96A0A4;
 }
</style>

background-color css

<style>
 a { background-color: #96A0A4; }

 a { background-color: rgb(150,160,164); }

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

border-color css

<style>
 span { border-color: #96A0A4; }

 span { border-color: rgb(150,160,164); }

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