#999BAB

Color #999BAB Santas Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Santas Grey #999BAB

Tints of Santas Grey #999BAB

Color information

#999BAB (or 0x999BAB) is unknown color: approx Santas Grey. HEX triplet: 99, 9B and AB. RGB value is (153,155,171). Sum of RGB (Red+Green+Blue) = 153+155+171=479 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.94% from 479); Green value is 155 (60.94% from 255 or 32.36% from 479); Blue value is 171 (67.19% from 255 or 35.70% from 479); Max value from RGB is 171 - color contains mainly: blue. Hex color #999BAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999BAB is #666454. Grayscale: #9C9C9C. Windows color (decimal): -6710357 or 11246489. OLE color: 11246489.

HSL color Cylindrical-coordinate representation of color #999BAB: hue angle of 233.33º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #999BAB is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB153155171-
CMYK0.110.0900.33
HSL233.33º9.68%63.53%-
HSV(B)233.33º10.53%67.06%-
XYZ32.2133.1643.23-
YUV156.23136.34125.7-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.94%
GREEN value IS 155 (60.94% from 255) = 32.36%
BLUE value IS 171 (67.19% from 255) = 35.70%
R=31.94%
G=32.36%
B=35.70%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1531551710.110.0900.33233.339.6863.53
Hex999BABB9021e9a40
Octal231233253131104135112100
Binary1001100110011011101010111011100101000011110100110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999BAB; }

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

 H1.HeaderClassName
 {
   color: #999BAB;
 }
 .AnyTagClassName
 {
   color: #999BAB;
 }
</style>
background-color css

<style>
 a { background-color: #999BAB; }

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

 div.DivClassName
 {
   background-color: #999BAB;
 }
 .BgClassName
 {
   background-color: #999BAB;
 }
</style>
border-color css

<style>
 span { border-color: #999BAB; }

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

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