Shades of Nebula #ADCFBD
Tints of Nebula #ADCFBD
RGB
CMYK
RGB Variations
Color information
#ADCFBD (or 0xADCFBD) is known color: Nebula. HEX triplet: AD, CF and BD. RGB value is (173,207,189). Sum of RGB (Red+Green+Blue) = 173+207+189=569 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.40% from 569); Green value is 207 (81.25% from 255 or 36.38% from 569); Blue value is 189 (74.22% from 255 or 33.22% from 569); Max value from RGB is 207 - color contains mainly: green. Hex color #ADCFBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCFBD is #523042. Grayscale: #C2C2C2. Windows color (decimal): -5386307 or 12439469. OLE color: 12439469.
HSL color Cylindrical-coordinate representation of color #ADCFBD: hue angle of 148.24º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADCFBD is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 207 | 189 | - |
| CMYK | 0.16 | 0 | 0.09 | 0.19 |
| HSL | 148.24º | 0.26% | 0.75% | - |
| HSV(B) | 148.24º | 0.16% | 0.81% | - |
| XYZ | 48.73 | 57.18 | 56.61 | - |
| YUV | 194.78 | 124.74 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 207 | 189 | 0.16 | 0 | 0.09 | 0.19 | 148.24 | 0.26 | 0.75 |
| Hex | AD | CF | BD | 10 | 0 | 9 | 13 | 94 | 1A | 4B |
| Octal | 255 | 317 | 275 | 20 | 0 | 11 | 23 | 224 | 32 | 113 |
| Binary | 10101101 | 11001111 | 10111101 | 10000 | 0 | 1001 | 10011 | 10010100 | 11010 | 1001011 |
Color Harmonies of #ADCFBD
Complementary color
Monochromatic Colors of #ADCFBD
Black with #ADCFBD
Text Example
Text Example
White with #ADCFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCFBD; }
p { color: rgb(173,207,189); }
H1.HeaderClassName
{
color: #ADCFBD;
}
.AnyTagClassName
{
color: #ADCFBD;
}
</style>
background-color css
<style>
a { background-color: #ADCFBD; }
a { background-color: rgb(173,207,189); }
div.DivClassName
{
background-color: #ADCFBD;
}
.BgClassName
{
background-color: #ADCFBD;
}
</style>
border-color css
<style>
span { border-color: #ADCFBD; }
span { border-color: rgb(173,207,189); }
td.TdClassName
{
border-color: #ADCFBD;
}
.TagClassName
{
border-color: #ADCFBD;
}
</style>