#999DAB

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

Shades of Mischka #999DAB

Tints of Mischka #999DAB

Color information

#999DAB (or 0x999DAB) is unknown color: approx Mischka. HEX triplet: 99, 9D and AB. RGB value is (153,157,171). Sum of RGB (Red+Green+Blue) = 153+157+171=481 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.81% from 481); Green value is 157 (61.72% from 255 or 32.64% from 481); Blue value is 171 (67.19% from 255 or 35.55% from 481); Max value from RGB is 171 - color contains mainly: blue. Hex color #999DAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999DAB is #666254. Grayscale: #9D9D9D. Windows color (decimal): -6709845 or 11247001. OLE color: 11247001.

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

Color convert

RGB153157171-
CMYK0.110.0800.33
HSL226.67º9.68%63.53%-
HSV(B)226.67º10.53%67.06%-
XYZ32.5433.8343.34-
YUV157.4135.67124.86-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.81%
GREEN value IS 157 (61.72% from 255) = 32.64%
BLUE value IS 171 (67.19% from 255) = 35.55%
R=31.81%
G=32.64%
B=35.55%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1531571710.110.0800.33226.679.6863.53
Hex999DABB8021e3a40
Octal231235253131004134312100
Binary1001100110011101101010111011100001000011110001110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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