Shades of Nebula #ADC9BB
Tints of Nebula #ADC9BB
RGB
CMYK
RGB Variations
Color information
#ADC9BB (or 0xADC9BB) is known color: Nebula. HEX triplet: AD, C9 and BB. RGB value is (173,201,187). Sum of RGB (Red+Green+Blue) = 173+201+187=561 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.84% from 561); Green value is 201 (78.91% from 255 or 35.83% from 561); Blue value is 187 (73.44% from 255 or 33.33% from 561); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC9BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC9BB is #523644. Grayscale: #BFBFBF. Windows color (decimal): -5387845 or 12306861. OLE color: 12306861.
HSL color Cylindrical-coordinate representation of color #ADC9BB: hue angle of 150º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ADC9BB is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 201 | 187 | - |
| CMYK | 0.14 | 0 | 0.07 | 0.21 |
| HSL | 150º | 0.21% | 0.73% | - |
| HSV(B) | 150º | 0.14% | 0.79% | - |
| XYZ | 47.09 | 54.25 | 55 | - |
| YUV | 191.03 | 125.72 | 115.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 201 | 187 | 0.14 | 0 | 0.07 | 0.21 | 150 | 0.21 | 0.73 |
| Hex | AD | C9 | BB | E | 0 | 7 | 15 | 96 | 15 | 49 |
| Octal | 255 | 311 | 273 | 16 | 0 | 7 | 25 | 226 | 25 | 111 |
| Binary | 10101101 | 11001001 | 10111011 | 1110 | 0 | 111 | 10101 | 10010110 | 10101 | 1001001 |
Color Harmonies of #ADC9BB
Complementary color
Monochromatic Colors of #ADC9BB
Black with #ADC9BB
Text Example
Text Example
White with #ADC9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC9BB; }
p { color: rgb(173,201,187); }
H1.HeaderClassName
{
color: #ADC9BB;
}
.AnyTagClassName
{
color: #ADC9BB;
}
</style>
background-color css
<style>
a { background-color: #ADC9BB; }
a { background-color: rgb(173,201,187); }
div.DivClassName
{
background-color: #ADC9BB;
}
.BgClassName
{
background-color: #ADC9BB;
}
</style>
border-color css
<style>
span { border-color: #ADC9BB; }
span { border-color: rgb(173,201,187); }
td.TdClassName
{
border-color: #ADC9BB;
}
.TagClassName
{
border-color: #ADC9BB;
}
</style>