Shades of Nebula #ADC7BA
Tints of Nebula #ADC7BA
RGB
CMYK
RGB Variations
Color information
#ADC7BA (or 0xADC7BA) is known color: Nebula. HEX triplet: AD, C7 and BA. RGB value is (173,199,186). Sum of RGB (Red+Green+Blue) = 173+199+186=558 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.00% from 558); Green value is 199 (78.12% from 255 or 35.66% from 558); Blue value is 186 (73.05% from 255 or 33.33% from 558); Max value from RGB is 199 - color contains mainly: green. Hex color #ADC7BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC7BA is #523845. Grayscale: #BDBDBD. Windows color (decimal): -5388358 or 12240813. OLE color: 12240813.
HSL color Cylindrical-coordinate representation of color #ADC7BA: hue angle of 150º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ADC7BA is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 199 | 186 | - |
| CMYK | 0.13 | 0 | 0.07 | 0.22 |
| HSL | 150º | 0.19% | 0.73% | - |
| HSV(B) | 150º | 0.13% | 0.78% | - |
| XYZ | 46.52 | 53.28 | 54.29 | - |
| YUV | 189.74 | 125.89 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 199 | 186 | 0.13 | 0 | 0.07 | 0.22 | 150 | 0.19 | 0.73 |
| Hex | AD | C7 | BA | D | 0 | 7 | 16 | 96 | 13 | 49 |
| Octal | 255 | 307 | 272 | 15 | 0 | 7 | 26 | 226 | 23 | 111 |
| Binary | 10101101 | 11000111 | 10111010 | 1101 | 0 | 111 | 10110 | 10010110 | 10011 | 1001001 |
Color Harmonies of #ADC7BA
Complementary color
Monochromatic Colors of #ADC7BA
Black with #ADC7BA
Text Example
Text Example
White with #ADC7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC7BA; }
p { color: rgb(173,199,186); }
H1.HeaderClassName
{
color: #ADC7BA;
}
.AnyTagClassName
{
color: #ADC7BA;
}
</style>
background-color css
<style>
a { background-color: #ADC7BA; }
a { background-color: rgb(173,199,186); }
div.DivClassName
{
background-color: #ADC7BA;
}
.BgClassName
{
background-color: #ADC7BA;
}
</style>
border-color css
<style>
span { border-color: #ADC7BA; }
span { border-color: rgb(173,199,186); }
td.TdClassName
{
border-color: #ADC7BA;
}
.TagClassName
{
border-color: #ADC7BA;
}
</style>