Shades of Nebula #ADCEBB
Tints of Nebula #ADCEBB
RGB
CMYK
RGB Variations
Color information
#ADCEBB (or 0xADCEBB) is known color: Nebula. HEX triplet: AD, CE and BB. RGB value is (173,206,187). Sum of RGB (Red+Green+Blue) = 173+206+187=566 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.57% from 566); Green value is 206 (80.86% from 255 or 36.40% from 566); Blue value is 187 (73.44% from 255 or 33.04% from 566); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCEBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCEBB is #523144. Grayscale: #C2C2C2. Windows color (decimal): -5386565 or 12308141. OLE color: 12308141.
HSL color Cylindrical-coordinate representation of color #ADCEBB: hue angle of 145.45º 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 #ADCEBB is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 206 | 187 | - |
| CMYK | 0.16 | 0 | 0.09 | 0.19 |
| HSL | 145.45º | 0.25% | 0.74% | - |
| HSV(B) | 145.45º | 0.16% | 0.81% | - |
| XYZ | 48.27 | 56.61 | 55.4 | - |
| YUV | 193.97 | 124.07 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 206 | 187 | 0.16 | 0 | 0.09 | 0.19 | 145.45 | 0.25 | 0.74 |
| Hex | AD | CE | BB | 10 | 0 | 9 | 13 | 91 | 19 | 4A |
| Octal | 255 | 316 | 273 | 20 | 0 | 11 | 23 | 221 | 31 | 112 |
| Binary | 10101101 | 11001110 | 10111011 | 10000 | 0 | 1001 | 10011 | 10010001 | 11001 | 1001010 |
Color Harmonies of #ADCEBB
Complementary color
Monochromatic Colors of #ADCEBB
Black with #ADCEBB
Text Example
Text Example
White with #ADCEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCEBB; }
p { color: rgb(173,206,187); }
H1.HeaderClassName
{
color: #ADCEBB;
}
.AnyTagClassName
{
color: #ADCEBB;
}
</style>
background-color css
<style>
a { background-color: #ADCEBB; }
a { background-color: rgb(173,206,187); }
div.DivClassName
{
background-color: #ADCEBB;
}
.BgClassName
{
background-color: #ADCEBB;
}
</style>
border-color css
<style>
span { border-color: #ADCEBB; }
span { border-color: rgb(173,206,187); }
td.TdClassName
{
border-color: #ADCEBB;
}
.TagClassName
{
border-color: #ADCEBB;
}
</style>