Shades of Nebula #AAD0BD
Tints of Nebula #AAD0BD
RGB
CMYK
RGB Variations
Color information
#AAD0BD (or 0xAAD0BD) is known color: Nebula. HEX triplet: AA, D0 and BD. RGB value is (170,208,189). Sum of RGB (Red+Green+Blue) = 170+208+189=567 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.98% from 567); Green value is 208 (81.64% from 255 or 36.68% from 567); Blue value is 189 (74.22% from 255 or 33.33% from 567); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD0BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD0BD is #552F42. Grayscale: #C2C2C2. Windows color (decimal): -5582659 or 12439722. OLE color: 12439722.
HSL color Cylindrical-coordinate representation of color #AAD0BD: hue angle of 150º 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 #AAD0BD is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 208 | 189 | - |
| CMYK | 0.18 | 0 | 0.09 | 0.18 |
| HSL | 150º | 0.29% | 0.74% | - |
| HSV(B) | 150º | 0.18% | 0.82% | - |
| XYZ | 48.32 | 57.33 | 56.66 | - |
| YUV | 194.47 | 124.91 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 208 | 189 | 0.18 | 0 | 0.09 | 0.18 | 150 | 0.29 | 0.74 |
| Hex | AA | D0 | BD | 12 | 0 | 9 | 12 | 96 | 1D | 4A |
| Octal | 252 | 320 | 275 | 22 | 0 | 11 | 22 | 226 | 35 | 112 |
| Binary | 10101010 | 11010000 | 10111101 | 10010 | 0 | 1001 | 10010 | 10010110 | 11101 | 1001010 |
Color Harmonies of #AAD0BD
Complementary color
Monochromatic Colors of #AAD0BD
Black with #AAD0BD
Text Example
Text Example
White with #AAD0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD0BD; }
p { color: rgb(170,208,189); }
H1.HeaderClassName
{
color: #AAD0BD;
}
.AnyTagClassName
{
color: #AAD0BD;
}
</style>
background-color css
<style>
a { background-color: #AAD0BD; }
a { background-color: rgb(170,208,189); }
div.DivClassName
{
background-color: #AAD0BD;
}
.BgClassName
{
background-color: #AAD0BD;
}
</style>
border-color css
<style>
span { border-color: #AAD0BD; }
span { border-color: rgb(170,208,189); }
td.TdClassName
{
border-color: #AAD0BD;
}
.TagClassName
{
border-color: #AAD0BD;
}
</style>