Shades of Nebula #AAD1BC
Tints of Nebula #AAD1BC
RGB
CMYK
RGB Variations
Color information
#AAD1BC (or 0xAAD1BC) is known color: Nebula. HEX triplet: AA, D1 and BC. RGB value is (170,209,188). Sum of RGB (Red+Green+Blue) = 170+209+188=567 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.98% from 567); Green value is 209 (82.03% from 255 or 36.86% from 567); Blue value is 188 (73.83% from 255 or 33.16% from 567); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD1BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD1BC is #552E43. Grayscale: #C2C2C2. Windows color (decimal): -5582404 or 12374442. OLE color: 12374442.
HSL color Cylindrical-coordinate representation of color #AAD1BC: hue angle of 147.69º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AAD1BC is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 209 | 188 | - |
| CMYK | 0.19 | 0 | 0.10 | 0.18 |
| HSL | 147.69º | 0.3% | 0.74% | - |
| HSV(B) | 147.69º | 0.19% | 0.82% | - |
| XYZ | 48.46 | 57.78 | 56.18 | - |
| YUV | 194.95 | 124.08 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 209 | 188 | 0.19 | 0 | 0.10 | 0.18 | 147.69 | 0.3 | 0.74 |
| Hex | AA | D1 | BC | 13 | 0 | A | 12 | 94 | 1E | 4A |
| Octal | 252 | 321 | 274 | 23 | 0 | 12 | 22 | 224 | 36 | 112 |
| Binary | 10101010 | 11010001 | 10111100 | 10011 | 0 | 1010 | 10010 | 10010100 | 11110 | 1001010 |
Color Harmonies of #AAD1BC
Complementary color
Monochromatic Colors of #AAD1BC
Black with #AAD1BC
Text Example
Text Example
White with #AAD1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD1BC; }
p { color: rgb(170,209,188); }
H1.HeaderClassName
{
color: #AAD1BC;
}
.AnyTagClassName
{
color: #AAD1BC;
}
</style>
background-color css
<style>
a { background-color: #AAD1BC; }
a { background-color: rgb(170,209,188); }
div.DivClassName
{
background-color: #AAD1BC;
}
.BgClassName
{
background-color: #AAD1BC;
}
</style>
border-color css
<style>
span { border-color: #AAD1BC; }
span { border-color: rgb(170,209,188); }
td.TdClassName
{
border-color: #AAD1BC;
}
.TagClassName
{
border-color: #AAD1BC;
}
</style>