Shades of Nebula #AAD2BB
Tints of Nebula #AAD2BB
RGB
CMYK
RGB Variations
Color information
#AAD2BB (or 0xAAD2BB) is known color: Nebula. HEX triplet: AA, D2 and BB. RGB value is (170,210,187). Sum of RGB (Red+Green+Blue) = 170+210+187=567 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.98% from 567); Green value is 210 (82.42% from 255 or 37.04% from 567); Blue value is 187 (73.44% from 255 or 32.98% from 567); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD2BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD2BB is #552D44. Grayscale: #C3C3C3. Windows color (decimal): -5582149 or 12309162. OLE color: 12309162.
HSL color Cylindrical-coordinate representation of color #AAD2BB: hue angle of 145.5º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AAD2BB is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 210 | 187 | - |
| CMYK | 0.19 | 0 | 0.11 | 0.18 |
| HSL | 145.5º | 0.31% | 0.75% | - |
| HSV(B) | 145.5º | 0.19% | 0.82% | - |
| XYZ | 48.59 | 58.23 | 55.69 | - |
| YUV | 195.42 | 123.25 | 109.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 210 | 187 | 0.19 | 0 | 0.11 | 0.18 | 145.5 | 0.31 | 0.75 |
| Hex | AA | D2 | BB | 13 | 0 | B | 12 | 92 | 1F | 4B |
| Octal | 252 | 322 | 273 | 23 | 0 | 13 | 22 | 222 | 37 | 113 |
| Binary | 10101010 | 11010010 | 10111011 | 10011 | 0 | 1011 | 10010 | 10010010 | 11111 | 1001011 |
Color Harmonies of #AAD2BB
Complementary color
Monochromatic Colors of #AAD2BB
Black with #AAD2BB
Text Example
Text Example
White with #AAD2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD2BB; }
p { color: rgb(170,210,187); }
H1.HeaderClassName
{
color: #AAD2BB;
}
.AnyTagClassName
{
color: #AAD2BB;
}
</style>
background-color css
<style>
a { background-color: #AAD2BB; }
a { background-color: rgb(170,210,187); }
div.DivClassName
{
background-color: #AAD2BB;
}
.BgClassName
{
background-color: #AAD2BB;
}
</style>
border-color css
<style>
span { border-color: #AAD2BB; }
span { border-color: rgb(170,210,187); }
td.TdClassName
{
border-color: #AAD2BB;
}
.TagClassName
{
border-color: #AAD2BB;
}
</style>