Shades of Nebula #ABCAB9
Tints of Nebula #ABCAB9
RGB
CMYK
RGB Variations
Color information
#ABCAB9 (or 0xABCAB9) is known color: Nebula. HEX triplet: AB, CA and B9. RGB value is (171,202,185). Sum of RGB (Red+Green+Blue) = 171+202+185=558 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.65% from 558); Green value is 202 (79.30% from 255 or 36.20% from 558); Blue value is 185 (72.66% from 255 or 33.15% from 558); Max value from RGB is 202 - color contains mainly: green. Hex color #ABCAB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCAB9 is #543546. Grayscale: #BEBEBE. Windows color (decimal): -5518663 or 12176043. OLE color: 12176043.
HSL color Cylindrical-coordinate representation of color #ABCAB9: hue angle of 147.1º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ABCAB9 is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 202 | 185 | - |
| CMYK | 0.15 | 0 | 0.08 | 0.21 |
| HSL | 147.1º | 0.23% | 0.73% | - |
| HSV(B) | 147.1º | 0.15% | 0.79% | - |
| XYZ | 46.67 | 54.4 | 53.94 | - |
| YUV | 190.79 | 124.73 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 202 | 185 | 0.15 | 0 | 0.08 | 0.21 | 147.1 | 0.23 | 0.73 |
| Hex | AB | CA | B9 | F | 0 | 8 | 15 | 93 | 17 | 49 |
| Octal | 253 | 312 | 271 | 17 | 0 | 10 | 25 | 223 | 27 | 111 |
| Binary | 10101011 | 11001010 | 10111001 | 1111 | 0 | 1000 | 10101 | 10010011 | 10111 | 1001001 |
Color Harmonies of #ABCAB9
Complementary color
Monochromatic Colors of #ABCAB9
Black with #ABCAB9
Text Example
Text Example
White with #ABCAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCAB9; }
p { color: rgb(171,202,185); }
H1.HeaderClassName
{
color: #ABCAB9;
}
.AnyTagClassName
{
color: #ABCAB9;
}
</style>
background-color css
<style>
a { background-color: #ABCAB9; }
a { background-color: rgb(171,202,185); }
div.DivClassName
{
background-color: #ABCAB9;
}
.BgClassName
{
background-color: #ABCAB9;
}
</style>
border-color css
<style>
span { border-color: #ABCAB9; }
span { border-color: rgb(171,202,185); }
td.TdClassName
{
border-color: #ABCAB9;
}
.TagClassName
{
border-color: #ABCAB9;
}
</style>