Shades of Nebula #AACBB9
Tints of Nebula #AACBB9
RGB
CMYK
RGB Variations
Color information
#AACBB9 (or 0xAACBB9) is known color: Nebula. HEX triplet: AA, CB and B9. RGB value is (170,203,185). Sum of RGB (Red+Green+Blue) = 170+203+185=558 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.47% from 558); Green value is 203 (79.69% from 255 or 36.38% from 558); Blue value is 185 (72.66% from 255 or 33.15% from 558); Max value from RGB is 203 - color contains mainly: green. Hex color #AACBB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACBB9 is #553446. Grayscale: #BFBFBF. Windows color (decimal): -5583943 or 12176298. OLE color: 12176298.
HSL color Cylindrical-coordinate representation of color #AACBB9: hue angle of 147.27º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AACBB9 is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 203 | 185 | - |
| CMYK | 0.16 | 0 | 0.09 | 0.20 |
| HSL | 147.27º | 0.24% | 0.73% | - |
| HSV(B) | 147.27º | 0.16% | 0.8% | - |
| XYZ | 46.69 | 54.76 | 54.01 | - |
| YUV | 191.08 | 124.57 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 203 | 185 | 0.16 | 0 | 0.09 | 0.20 | 147.27 | 0.24 | 0.73 |
| Hex | AA | CB | B9 | 10 | 0 | 9 | 14 | 93 | 18 | 49 |
| Octal | 252 | 313 | 271 | 20 | 0 | 11 | 24 | 223 | 30 | 111 |
| Binary | 10101010 | 11001011 | 10111001 | 10000 | 0 | 1001 | 10100 | 10010011 | 11000 | 1001001 |
Color Harmonies of #AACBB9
Complementary color
Monochromatic Colors of #AACBB9
Black with #AACBB9
Text Example
Text Example
White with #AACBB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACBB9; }
p { color: rgb(170,203,185); }
H1.HeaderClassName
{
color: #AACBB9;
}
.AnyTagClassName
{
color: #AACBB9;
}
</style>
background-color css
<style>
a { background-color: #AACBB9; }
a { background-color: rgb(170,203,185); }
div.DivClassName
{
background-color: #AACBB9;
}
.BgClassName
{
background-color: #AACBB9;
}
</style>
border-color css
<style>
span { border-color: #AACBB9; }
span { border-color: rgb(170,203,185); }
td.TdClassName
{
border-color: #AACBB9;
}
.TagClassName
{
border-color: #AACBB9;
}
</style>