Shades of Nebula #ADCEBD
Tints of Nebula #ADCEBD
RGB
CMYK
RGB Variations
Color information
#ADCEBD (or 0xADCEBD) is known color: Nebula. HEX triplet: AD, CE and BD. RGB value is (173,206,189). Sum of RGB (Red+Green+Blue) = 173+206+189=568 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.46% from 568); Green value is 206 (80.86% from 255 or 36.27% from 568); Blue value is 189 (74.22% from 255 or 33.27% from 568); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCEBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCEBD is #523142. Grayscale: #C2C2C2. Windows color (decimal): -5386563 or 12439213. OLE color: 12439213.
HSL color Cylindrical-coordinate representation of color #ADCEBD: hue angle of 149.09º 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 #ADCEBD is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 206 | 189 | - |
| CMYK | 0.16 | 0 | 0.08 | 0.19 |
| HSL | 149.09º | 0.25% | 0.74% | - |
| HSV(B) | 149.09º | 0.16% | 0.81% | - |
| XYZ | 48.49 | 56.7 | 56.53 | - |
| YUV | 194.2 | 125.07 | 112.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 206 | 189 | 0.16 | 0 | 0.08 | 0.19 | 149.09 | 0.25 | 0.74 |
| Hex | AD | CE | BD | 10 | 0 | 8 | 13 | 95 | 19 | 4A |
| Octal | 255 | 316 | 275 | 20 | 0 | 10 | 23 | 225 | 31 | 112 |
| Binary | 10101101 | 11001110 | 10111101 | 10000 | 0 | 1000 | 10011 | 10010101 | 11001 | 1001010 |
Color Harmonies of #ADCEBD
Complementary color
Monochromatic Colors of #ADCEBD
Black with #ADCEBD
Text Example
Text Example
White with #ADCEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCEBD; }
p { color: rgb(173,206,189); }
H1.HeaderClassName
{
color: #ADCEBD;
}
.AnyTagClassName
{
color: #ADCEBD;
}
</style>
background-color css
<style>
a { background-color: #ADCEBD; }
a { background-color: rgb(173,206,189); }
div.DivClassName
{
background-color: #ADCEBD;
}
.BgClassName
{
background-color: #ADCEBD;
}
</style>
border-color css
<style>
span { border-color: #ADCEBD; }
span { border-color: rgb(173,206,189); }
td.TdClassName
{
border-color: #ADCEBD;
}
.TagClassName
{
border-color: #ADCEBD;
}
</style>