Shades of Nebula #AACDBB
Tints of Nebula #AACDBB
RGB
CMYK
RGB Variations
Color information
#AACDBB (or 0xAACDBB) is known color: Nebula. HEX triplet: AA, CD and BB. RGB value is (170,205,187). Sum of RGB (Red+Green+Blue) = 170+205+187=562 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.25% from 562); Green value is 205 (80.47% from 255 or 36.48% from 562); Blue value is 187 (73.44% from 255 or 33.27% from 562); Max value from RGB is 205 - color contains mainly: green. Hex color #AACDBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACDBB is #553244. Grayscale: #C0C0C0. Windows color (decimal): -5583429 or 12307882. OLE color: 12307882.
HSL color Cylindrical-coordinate representation of color #AACDBB: hue angle of 149.14º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AACDBB is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 205 | 187 | - |
| CMYK | 0.17 | 0 | 0.09 | 0.20 |
| HSL | 149.14º | 0.26% | 0.74% | - |
| HSV(B) | 149.14º | 0.17% | 0.8% | - |
| XYZ | 47.38 | 55.8 | 55.29 | - |
| YUV | 192.48 | 124.9 | 111.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 205 | 187 | 0.17 | 0 | 0.09 | 0.20 | 149.14 | 0.26 | 0.74 |
| Hex | AA | CD | BB | 11 | 0 | 9 | 14 | 95 | 1A | 4A |
| Octal | 252 | 315 | 273 | 21 | 0 | 11 | 24 | 225 | 32 | 112 |
| Binary | 10101010 | 11001101 | 10111011 | 10001 | 0 | 1001 | 10100 | 10010101 | 11010 | 1001010 |
Color Harmonies of #AACDBB
Complementary color
Monochromatic Colors of #AACDBB
Black with #AACDBB
Text Example
Text Example
White with #AACDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACDBB; }
p { color: rgb(170,205,187); }
H1.HeaderClassName
{
color: #AACDBB;
}
.AnyTagClassName
{
color: #AACDBB;
}
</style>
background-color css
<style>
a { background-color: #AACDBB; }
a { background-color: rgb(170,205,187); }
div.DivClassName
{
background-color: #AACDBB;
}
.BgClassName
{
background-color: #AACDBB;
}
</style>
border-color css
<style>
span { border-color: #AACDBB; }
span { border-color: rgb(170,205,187); }
td.TdClassName
{
border-color: #AACDBB;
}
.TagClassName
{
border-color: #AACDBB;
}
</style>