Shades of Nebula #ADCEBE
Tints of Nebula #ADCEBE
RGB
CMYK
RGB Variations
Color information
#ADCEBE (or 0xADCEBE) is known color: Nebula. HEX triplet: AD, CE and BE. RGB value is (173,206,190). Sum of RGB (Red+Green+Blue) = 173+206+190=569 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.40% from 569); Green value is 206 (80.86% from 255 or 36.20% from 569); Blue value is 190 (74.61% from 255 or 33.39% from 569); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCEBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCEBE is #523141. Grayscale: #C2C2C2. Windows color (decimal): -5386562 or 12504749. OLE color: 12504749.
HSL color Cylindrical-coordinate representation of color #ADCEBE: hue angle of 150.91º 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 #ADCEBE is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 206 | 190 | - |
| CMYK | 0.16 | 0 | 0.08 | 0.19 |
| HSL | 150.91º | 0.25% | 0.74% | - |
| HSV(B) | 150.91º | 0.16% | 0.81% | - |
| XYZ | 48.6 | 56.74 | 57.11 | - |
| YUV | 194.31 | 125.57 | 112.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 206 | 190 | 0.16 | 0 | 0.08 | 0.19 | 150.91 | 0.25 | 0.74 |
| Hex | AD | CE | BE | 10 | 0 | 8 | 13 | 97 | 19 | 4A |
| Octal | 255 | 316 | 276 | 20 | 0 | 10 | 23 | 227 | 31 | 112 |
| Binary | 10101101 | 11001110 | 10111110 | 10000 | 0 | 1000 | 10011 | 10010111 | 11001 | 1001010 |
Color Harmonies of #ADCEBE
Complementary color
Monochromatic Colors of #ADCEBE
Black with #ADCEBE
Text Example
Text Example
White with #ADCEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCEBE; }
p { color: rgb(173,206,190); }
H1.HeaderClassName
{
color: #ADCEBE;
}
.AnyTagClassName
{
color: #ADCEBE;
}
</style>
background-color css
<style>
a { background-color: #ADCEBE; }
a { background-color: rgb(173,206,190); }
div.DivClassName
{
background-color: #ADCEBE;
}
.BgClassName
{
background-color: #ADCEBE;
}
</style>
border-color css
<style>
span { border-color: #ADCEBE; }
span { border-color: rgb(173,206,190); }
td.TdClassName
{
border-color: #ADCEBE;
}
.TagClassName
{
border-color: #ADCEBE;
}
</style>