Shades of Nebula #ADD3BB
Tints of Nebula #ADD3BB
RGB
CMYK
RGB Variations
Color information
#ADD3BB (or 0xADD3BB) is known color: Nebula. HEX triplet: AD, D3 and BB. RGB value is (173,211,187). Sum of RGB (Red+Green+Blue) = 173+211+187=571 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.30% from 571); Green value is 211 (82.81% from 255 or 36.95% from 571); Blue value is 187 (73.44% from 255 or 32.75% from 571); Max value from RGB is 211 - color contains mainly: green. Hex color #ADD3BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD3BB is #522C44. Grayscale: #C4C4C4. Windows color (decimal): -5385285 or 12309421. OLE color: 12309421.
HSL color Cylindrical-coordinate representation of color #ADD3BB: hue angle of 142.11º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ADD3BB is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 211 | 187 | - |
| CMYK | 0.18 | 0 | 0.11 | 0.17 |
| HSL | 142.11º | 0.3% | 0.75% | - |
| HSV(B) | 142.11º | 0.18% | 0.83% | - |
| XYZ | 49.5 | 59.06 | 55.8 | - |
| YUV | 196.9 | 122.41 | 110.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 211 | 187 | 0.18 | 0 | 0.11 | 0.17 | 142.11 | 0.3 | 0.75 |
| Hex | AD | D3 | BB | 12 | 0 | B | 11 | 8E | 1E | 4B |
| Octal | 255 | 323 | 273 | 22 | 0 | 13 | 21 | 216 | 36 | 113 |
| Binary | 10101101 | 11010011 | 10111011 | 10010 | 0 | 1011 | 10001 | 10001110 | 11110 | 1001011 |
Color Harmonies of #ADD3BB
Complementary color
Monochromatic Colors of #ADD3BB
Black with #ADD3BB
Text Example
Text Example
White with #ADD3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD3BB; }
p { color: rgb(173,211,187); }
H1.HeaderClassName
{
color: #ADD3BB;
}
.AnyTagClassName
{
color: #ADD3BB;
}
</style>
background-color css
<style>
a { background-color: #ADD3BB; }
a { background-color: rgb(173,211,187); }
div.DivClassName
{
background-color: #ADD3BB;
}
.BgClassName
{
background-color: #ADD3BB;
}
</style>
border-color css
<style>
span { border-color: #ADD3BB; }
span { border-color: rgb(173,211,187); }
td.TdClassName
{
border-color: #ADD3BB;
}
.TagClassName
{
border-color: #ADD3BB;
}
</style>