Shades of Nebula #ADD1BC
Tints of Nebula #ADD1BC
RGB
CMYK
RGB Variations
Color information
#ADD1BC (or 0xADD1BC) is known color: Nebula. HEX triplet: AD, D1 and BC. RGB value is (173,209,188). Sum of RGB (Red+Green+Blue) = 173+209+188=570 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.35% from 570); Green value is 209 (82.03% from 255 or 36.67% from 570); Blue value is 188 (73.83% from 255 or 32.98% from 570); Max value from RGB is 209 - color contains mainly: green. Hex color #ADD1BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD1BC is #522E43. Grayscale: #C3C3C3. Windows color (decimal): -5385796 or 12374445. OLE color: 12374445.
HSL color Cylindrical-coordinate representation of color #ADD1BC: hue angle of 145º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ADD1BC is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 209 | 188 | - |
| CMYK | 0.17 | 0 | 0.10 | 0.18 |
| HSL | 145º | 0.28% | 0.75% | - |
| HSV(B) | 145º | 0.17% | 0.82% | - |
| XYZ | 49.11 | 58.12 | 56.21 | - |
| YUV | 195.84 | 123.57 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 209 | 188 | 0.17 | 0 | 0.10 | 0.18 | 145 | 0.28 | 0.75 |
| Hex | AD | D1 | BC | 11 | 0 | A | 12 | 91 | 1C | 4B |
| Octal | 255 | 321 | 274 | 21 | 0 | 12 | 22 | 221 | 34 | 113 |
| Binary | 10101101 | 11010001 | 10111100 | 10001 | 0 | 1010 | 10010 | 10010001 | 11100 | 1001011 |
Color Harmonies of #ADD1BC
Complementary color
Monochromatic Colors of #ADD1BC
Black with #ADD1BC
Text Example
Text Example
White with #ADD1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD1BC; }
p { color: rgb(173,209,188); }
H1.HeaderClassName
{
color: #ADD1BC;
}
.AnyTagClassName
{
color: #ADD1BC;
}
</style>
background-color css
<style>
a { background-color: #ADD1BC; }
a { background-color: rgb(173,209,188); }
div.DivClassName
{
background-color: #ADD1BC;
}
.BgClassName
{
background-color: #ADD1BC;
}
</style>
border-color css
<style>
span { border-color: #ADD1BC; }
span { border-color: rgb(173,209,188); }
td.TdClassName
{
border-color: #ADD1BC;
}
.TagClassName
{
border-color: #ADD1BC;
}
</style>