Shades of Nebula #AAD1BE
Tints of Nebula #AAD1BE
RGB
CMYK
RGB Variations
Color information
#AAD1BE (or 0xAAD1BE) is known color: Nebula. HEX triplet: AA, D1 and BE. RGB value is (170,209,190). Sum of RGB (Red+Green+Blue) = 170+209+190=569 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.88% from 569); Green value is 209 (82.03% from 255 or 36.73% from 569); Blue value is 190 (74.61% from 255 or 33.39% from 569); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD1BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD1BE is #552E41. Grayscale: #C3C3C3. Windows color (decimal): -5582402 or 12505514. OLE color: 12505514.
HSL color Cylindrical-coordinate representation of color #AAD1BE: hue angle of 150.77º 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 #AAD1BE is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 209 | 190 | - |
| CMYK | 0.19 | 0 | 0.09 | 0.18 |
| HSL | 150.77º | 0.3% | 0.74% | - |
| HSV(B) | 150.77º | 0.19% | 0.82% | - |
| XYZ | 48.67 | 57.86 | 57.32 | - |
| YUV | 195.17 | 125.08 | 110.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 209 | 190 | 0.19 | 0 | 0.09 | 0.18 | 150.77 | 0.3 | 0.74 |
| Hex | AA | D1 | BE | 13 | 0 | 9 | 12 | 97 | 1E | 4A |
| Octal | 252 | 321 | 276 | 23 | 0 | 11 | 22 | 227 | 36 | 112 |
| Binary | 10101010 | 11010001 | 10111110 | 10011 | 0 | 1001 | 10010 | 10010111 | 11110 | 1001010 |
Color Harmonies of #AAD1BE
Complementary color
Monochromatic Colors of #AAD1BE
Black with #AAD1BE
Text Example
Text Example
White with #AAD1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD1BE; }
p { color: rgb(170,209,190); }
H1.HeaderClassName
{
color: #AAD1BE;
}
.AnyTagClassName
{
color: #AAD1BE;
}
</style>
background-color css
<style>
a { background-color: #AAD1BE; }
a { background-color: rgb(170,209,190); }
div.DivClassName
{
background-color: #AAD1BE;
}
.BgClassName
{
background-color: #AAD1BE;
}
</style>
border-color css
<style>
span { border-color: #AAD1BE; }
span { border-color: rgb(170,209,190); }
td.TdClassName
{
border-color: #AAD1BE;
}
.TagClassName
{
border-color: #AAD1BE;
}
</style>