Shades of Nebula #ADCEB9
Tints of Nebula #ADCEB9
RGB
CMYK
RGB Variations
Color information
#ADCEB9 (or 0xADCEB9) is known color: Nebula. HEX triplet: AD, CE and B9. RGB value is (173,206,185). Sum of RGB (Red+Green+Blue) = 173+206+185=564 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.67% from 564); Green value is 206 (80.86% from 255 or 36.52% from 564); Blue value is 185 (72.66% from 255 or 32.80% from 564); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCEB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCEB9 is #523146. Grayscale: #C1C1C1. Windows color (decimal): -5386567 or 12177069. OLE color: 12177069.
HSL color Cylindrical-coordinate representation of color #ADCEB9: hue angle of 141.82º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADCEB9 is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 206 | 185 | - |
| CMYK | 0.16 | 0 | 0.10 | 0.19 |
| HSL | 141.82º | 0.25% | 0.74% | - |
| HSV(B) | 141.82º | 0.16% | 0.81% | - |
| XYZ | 48.06 | 56.53 | 54.28 | - |
| YUV | 193.74 | 123.07 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 206 | 185 | 0.16 | 0 | 0.10 | 0.19 | 141.82 | 0.25 | 0.74 |
| Hex | AD | CE | B9 | 10 | 0 | A | 13 | 8E | 19 | 4A |
| Octal | 255 | 316 | 271 | 20 | 0 | 12 | 23 | 216 | 31 | 112 |
| Binary | 10101101 | 11001110 | 10111001 | 10000 | 0 | 1010 | 10011 | 10001110 | 11001 | 1001010 |
Color Harmonies of #ADCEB9
Complementary color
Monochromatic Colors of #ADCEB9
Black with #ADCEB9
Text Example
Text Example
White with #ADCEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCEB9; }
p { color: rgb(173,206,185); }
H1.HeaderClassName
{
color: #ADCEB9;
}
.AnyTagClassName
{
color: #ADCEB9;
}
</style>
background-color css
<style>
a { background-color: #ADCEB9; }
a { background-color: rgb(173,206,185); }
div.DivClassName
{
background-color: #ADCEB9;
}
.BgClassName
{
background-color: #ADCEB9;
}
</style>
border-color css
<style>
span { border-color: #ADCEB9; }
span { border-color: rgb(173,206,185); }
td.TdClassName
{
border-color: #ADCEB9;
}
.TagClassName
{
border-color: #ADCEB9;
}
</style>