Shades of Nebula #ADCCB9
Tints of Nebula #ADCCB9
RGB
CMYK
RGB Variations
Color information
#ADCCB9 (or 0xADCCB9) is known color: Nebula. HEX triplet: AD, CC and B9. RGB value is (173,204,185). Sum of RGB (Red+Green+Blue) = 173+204+185=562 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.78% from 562); Green value is 204 (80.08% from 255 or 36.30% from 562); Blue value is 185 (72.66% from 255 or 32.92% from 562); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCCB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCCB9 is #523346. Grayscale: #C0C0C0. Windows color (decimal): -5387079 or 12176557. OLE color: 12176557.
HSL color Cylindrical-coordinate representation of color #ADCCB9: hue angle of 143.23º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ADCCB9 is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 204 | 185 | - |
| CMYK | 0.15 | 0 | 0.09 | 0.2 |
| HSL | 143.23º | 0.23% | 0.74% | - |
| HSV(B) | 143.23º | 0.15% | 0.8% | - |
| XYZ | 47.58 | 55.57 | 54.12 | - |
| YUV | 192.57 | 123.73 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 204 | 185 | 0.15 | 0 | 0.09 | 0.2 | 143.23 | 0.23 | 0.74 |
| Hex | AD | CC | B9 | F | 0 | 9 | 14 | 8F | 17 | 4A |
| Octal | 255 | 314 | 271 | 17 | 0 | 11 | 24 | 217 | 27 | 112 |
| Binary | 10101101 | 11001100 | 10111001 | 1111 | 0 | 1001 | 10100 | 10001111 | 10111 | 1001010 |
Color Harmonies of #ADCCB9
Complementary color
Monochromatic Colors of #ADCCB9
Black with #ADCCB9
Text Example
Text Example
White with #ADCCB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCCB9; }
p { color: rgb(173,204,185); }
H1.HeaderClassName
{
color: #ADCCB9;
}
.AnyTagClassName
{
color: #ADCCB9;
}
</style>
background-color css
<style>
a { background-color: #ADCCB9; }
a { background-color: rgb(173,204,185); }
div.DivClassName
{
background-color: #ADCCB9;
}
.BgClassName
{
background-color: #ADCCB9;
}
</style>
border-color css
<style>
span { border-color: #ADCCB9; }
span { border-color: rgb(173,204,185); }
td.TdClassName
{
border-color: #ADCCB9;
}
.TagClassName
{
border-color: #ADCCB9;
}
</style>