Shades of Nebula #ABCDB8
Tints of Nebula #ABCDB8
RGB
CMYK
RGB Variations
Color information
#ABCDB8 (or 0xABCDB8) is known color: Nebula. HEX triplet: AB, CD and B8. RGB value is (171,205,184). Sum of RGB (Red+Green+Blue) = 171+205+184=560 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.54% from 560); Green value is 205 (80.47% from 255 or 36.61% from 560); Blue value is 184 (72.27% from 255 or 32.86% from 560); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCDB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCDB8 is #543247. Grayscale: #C0C0C0. Windows color (decimal): -5517896 or 12111275. OLE color: 12111275.
HSL color Cylindrical-coordinate representation of color #ABCDB8: hue angle of 142.94º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ABCDB8 is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 205 | 184 | - |
| CMYK | 0.17 | 0 | 0.10 | 0.20 |
| HSL | 142.94º | 0.25% | 0.74% | - |
| HSV(B) | 142.94º | 0.17% | 0.8% | - |
| XYZ | 47.28 | 55.78 | 53.62 | - |
| YUV | 192.44 | 123.24 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 205 | 184 | 0.17 | 0 | 0.10 | 0.20 | 142.94 | 0.25 | 0.74 |
| Hex | AB | CD | B8 | 11 | 0 | A | 14 | 8F | 19 | 4A |
| Octal | 253 | 315 | 270 | 21 | 0 | 12 | 24 | 217 | 31 | 112 |
| Binary | 10101011 | 11001101 | 10111000 | 10001 | 0 | 1010 | 10100 | 10001111 | 11001 | 1001010 |
Color Harmonies of #ABCDB8
Complementary color
Monochromatic Colors of #ABCDB8
Black with #ABCDB8
Text Example
Text Example
White with #ABCDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCDB8; }
p { color: rgb(171,205,184); }
H1.HeaderClassName
{
color: #ABCDB8;
}
.AnyTagClassName
{
color: #ABCDB8;
}
</style>
background-color css
<style>
a { background-color: #ABCDB8; }
a { background-color: rgb(171,205,184); }
div.DivClassName
{
background-color: #ABCDB8;
}
.BgClassName
{
background-color: #ABCDB8;
}
</style>
border-color css
<style>
span { border-color: #ABCDB8; }
span { border-color: rgb(171,205,184); }
td.TdClassName
{
border-color: #ABCDB8;
}
.TagClassName
{
border-color: #ABCDB8;
}
</style>