Shades of Nebula #AAD0BC
Tints of Nebula #AAD0BC
RGB
CMYK
RGB Variations
Color information
#AAD0BC (or 0xAAD0BC) is known color: Nebula. HEX triplet: AA, D0 and BC. RGB value is (170,208,188). Sum of RGB (Red+Green+Blue) = 170+208+188=566 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.04% from 566); Green value is 208 (81.64% from 255 or 36.75% from 566); Blue value is 188 (73.83% from 255 or 33.22% from 566); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD0BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD0BC is #552F43. Grayscale: #C2C2C2. Windows color (decimal): -5582660 or 12374186. OLE color: 12374186.
HSL color Cylindrical-coordinate representation of color #AAD0BC: hue angle of 148.42º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AAD0BC is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 208 | 188 | - |
| CMYK | 0.18 | 0 | 0.10 | 0.18 |
| HSL | 148.42º | 0.29% | 0.74% | - |
| HSV(B) | 148.42º | 0.18% | 0.82% | - |
| XYZ | 48.21 | 57.29 | 56.09 | - |
| YUV | 194.36 | 124.41 | 110.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 208 | 188 | 0.18 | 0 | 0.10 | 0.18 | 148.42 | 0.29 | 0.74 |
| Hex | AA | D0 | BC | 12 | 0 | A | 12 | 94 | 1D | 4A |
| Octal | 252 | 320 | 274 | 22 | 0 | 12 | 22 | 224 | 35 | 112 |
| Binary | 10101010 | 11010000 | 10111100 | 10010 | 0 | 1010 | 10010 | 10010100 | 11101 | 1001010 |
Color Harmonies of #AAD0BC
Complementary color
Monochromatic Colors of #AAD0BC
Black with #AAD0BC
Text Example
Text Example
White with #AAD0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD0BC; }
p { color: rgb(170,208,188); }
H1.HeaderClassName
{
color: #AAD0BC;
}
.AnyTagClassName
{
color: #AAD0BC;
}
</style>
background-color css
<style>
a { background-color: #AAD0BC; }
a { background-color: rgb(170,208,188); }
div.DivClassName
{
background-color: #AAD0BC;
}
.BgClassName
{
background-color: #AAD0BC;
}
</style>
border-color css
<style>
span { border-color: #AAD0BC; }
span { border-color: rgb(170,208,188); }
td.TdClassName
{
border-color: #AAD0BC;
}
.TagClassName
{
border-color: #AAD0BC;
}
</style>