Shades of Nebula #ADC5B6
Tints of Nebula #ADC5B6
RGB
CMYK
RGB Variations
Color information
#ADC5B6 (or 0xADC5B6) is known color: Nebula. HEX triplet: AD, C5 and B6. RGB value is (173,197,182). Sum of RGB (Red+Green+Blue) = 173+197+182=552 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.34% from 552); Green value is 197 (77.34% from 255 or 35.69% from 552); Blue value is 182 (71.48% from 255 or 32.97% from 552); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC5B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC5B6 is #523A49. Grayscale: #BCBCBC. Windows color (decimal): -5388874 or 11978157. OLE color: 11978157.
HSL color Cylindrical-coordinate representation of color #ADC5B6: hue angle of 142.5º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ADC5B6 is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 197 | 182 | - |
| CMYK | 0.12 | 0 | 0.08 | 0.23 |
| HSL | 142.5º | 0.17% | 0.73% | - |
| HSV(B) | 142.5º | 0.12% | 0.77% | - |
| XYZ | 45.64 | 52.19 | 51.92 | - |
| YUV | 188.11 | 124.55 | 117.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 197 | 182 | 0.12 | 0 | 0.08 | 0.23 | 142.5 | 0.17 | 0.73 |
| Hex | AD | C5 | B6 | C | 0 | 8 | 17 | 8E | 11 | 49 |
| Octal | 255 | 305 | 266 | 14 | 0 | 10 | 27 | 216 | 21 | 111 |
| Binary | 10101101 | 11000101 | 10110110 | 1100 | 0 | 1000 | 10111 | 10001110 | 10001 | 1001001 |
Color Harmonies of #ADC5B6
Complementary color
Monochromatic Colors of #ADC5B6
Black with #ADC5B6
Text Example
Text Example
White with #ADC5B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC5B6; }
p { color: rgb(173,197,182); }
H1.HeaderClassName
{
color: #ADC5B6;
}
.AnyTagClassName
{
color: #ADC5B6;
}
</style>
background-color css
<style>
a { background-color: #ADC5B6; }
a { background-color: rgb(173,197,182); }
div.DivClassName
{
background-color: #ADC5B6;
}
.BgClassName
{
background-color: #ADC5B6;
}
</style>
border-color css
<style>
span { border-color: #ADC5B6; }
span { border-color: rgb(173,197,182); }
td.TdClassName
{
border-color: #ADC5B6;
}
.TagClassName
{
border-color: #ADC5B6;
}
</style>