Shades of Nebula #AACDB9
Tints of Nebula #AACDB9
RGB
CMYK
RGB Variations
Color information
#AACDB9 (or 0xAACDB9) is known color: Nebula. HEX triplet: AA, CD and B9. RGB value is (170,205,185). Sum of RGB (Red+Green+Blue) = 170+205+185=560 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.36% from 560); Green value is 205 (80.47% from 255 or 36.61% from 560); Blue value is 185 (72.66% from 255 or 33.04% from 560); Max value from RGB is 205 - color contains mainly: green. Hex color #AACDB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACDB9 is #553246. Grayscale: #C0C0C0. Windows color (decimal): -5583431 or 12176810. OLE color: 12176810.
HSL color Cylindrical-coordinate representation of color #AACDB9: hue angle of 145.71º degrees, saturation: 0.26, 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 #AACDB9 is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 205 | 185 | - |
| CMYK | 0.17 | 0 | 0.10 | 0.20 |
| HSL | 145.71º | 0.26% | 0.74% | - |
| HSV(B) | 145.71º | 0.17% | 0.8% | - |
| XYZ | 47.17 | 55.71 | 54.17 | - |
| YUV | 192.26 | 123.9 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 205 | 185 | 0.17 | 0 | 0.10 | 0.20 | 145.71 | 0.26 | 0.74 |
| Hex | AA | CD | B9 | 11 | 0 | A | 14 | 92 | 1A | 4A |
| Octal | 252 | 315 | 271 | 21 | 0 | 12 | 24 | 222 | 32 | 112 |
| Binary | 10101010 | 11001101 | 10111001 | 10001 | 0 | 1010 | 10100 | 10010010 | 11010 | 1001010 |
Color Harmonies of #AACDB9
Complementary color
Monochromatic Colors of #AACDB9
Black with #AACDB9
Text Example
Text Example
White with #AACDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACDB9; }
p { color: rgb(170,205,185); }
H1.HeaderClassName
{
color: #AACDB9;
}
.AnyTagClassName
{
color: #AACDB9;
}
</style>
background-color css
<style>
a { background-color: #AACDB9; }
a { background-color: rgb(170,205,185); }
div.DivClassName
{
background-color: #AACDB9;
}
.BgClassName
{
background-color: #AACDB9;
}
</style>
border-color css
<style>
span { border-color: #AACDB9; }
span { border-color: rgb(170,205,185); }
td.TdClassName
{
border-color: #AACDB9;
}
.TagClassName
{
border-color: #AACDB9;
}
</style>