Shades of Nebula #ABCAB8
Tints of Nebula #ABCAB8
RGB
CMYK
RGB Variations
Color information
#ABCAB8 (or 0xABCAB8) is known color: Nebula. HEX triplet: AB, CA and B8. RGB value is (171,202,184). Sum of RGB (Red+Green+Blue) = 171+202+184=557 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.70% from 557); Green value is 202 (79.30% from 255 or 36.27% from 557); Blue value is 184 (72.27% from 255 or 33.03% from 557); Max value from RGB is 202 - color contains mainly: green. Hex color #ABCAB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCAB8 is #543547. Grayscale: #BEBEBE. Windows color (decimal): -5518664 or 12110507. OLE color: 12110507.
HSL color Cylindrical-coordinate representation of color #ABCAB8: hue angle of 145.16º 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 #ABCAB8 is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 202 | 184 | - |
| CMYK | 0.15 | 0 | 0.09 | 0.21 |
| HSL | 145.16º | 0.23% | 0.73% | - |
| HSV(B) | 145.16º | 0.15% | 0.79% | - |
| XYZ | 46.57 | 54.36 | 53.39 | - |
| YUV | 190.68 | 124.23 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 202 | 184 | 0.15 | 0 | 0.09 | 0.21 | 145.16 | 0.23 | 0.73 |
| Hex | AB | CA | B8 | F | 0 | 9 | 15 | 91 | 17 | 49 |
| Octal | 253 | 312 | 270 | 17 | 0 | 11 | 25 | 221 | 27 | 111 |
| Binary | 10101011 | 11001010 | 10111000 | 1111 | 0 | 1001 | 10101 | 10010001 | 10111 | 1001001 |
Color Harmonies of #ABCAB8
Complementary color
Monochromatic Colors of #ABCAB8
Black with #ABCAB8
Text Example
Text Example
White with #ABCAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCAB8; }
p { color: rgb(171,202,184); }
H1.HeaderClassName
{
color: #ABCAB8;
}
.AnyTagClassName
{
color: #ABCAB8;
}
</style>
background-color css
<style>
a { background-color: #ABCAB8; }
a { background-color: rgb(171,202,184); }
div.DivClassName
{
background-color: #ABCAB8;
}
.BgClassName
{
background-color: #ABCAB8;
}
</style>
border-color css
<style>
span { border-color: #ABCAB8; }
span { border-color: rgb(171,202,184); }
td.TdClassName
{
border-color: #ABCAB8;
}
.TagClassName
{
border-color: #ABCAB8;
}
</style>