Shades of Nebula #ADCFBF
Tints of Nebula #ADCFBF
RGB
CMYK
RGB Variations
Color information
#ADCFBF (or 0xADCFBF) is known color: Nebula. HEX triplet: AD, CF and BF. RGB value is (173,207,191). Sum of RGB (Red+Green+Blue) = 173+207+191=571 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.30% from 571); Green value is 207 (81.25% from 255 or 36.25% from 571); Blue value is 191 (75% from 255 or 33.45% from 571); Max value from RGB is 207 - color contains mainly: green. Hex color #ADCFBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCFBF is #523040. Grayscale: #C3C3C3. Windows color (decimal): -5386305 or 12570541. OLE color: 12570541.
HSL color Cylindrical-coordinate representation of color #ADCFBF: hue angle of 151.76º 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 #ADCFBF is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 207 | 191 | - |
| CMYK | 0.16 | 0 | 0.08 | 0.19 |
| HSL | 151.76º | 0.26% | 0.75% | - |
| HSV(B) | 151.76º | 0.16% | 0.81% | - |
| XYZ | 48.95 | 57.27 | 57.76 | - |
| YUV | 195.01 | 125.74 | 112.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 207 | 191 | 0.16 | 0 | 0.08 | 0.19 | 151.76 | 0.26 | 0.75 |
| Hex | AD | CF | BF | 10 | 0 | 8 | 13 | 98 | 1A | 4B |
| Octal | 255 | 317 | 277 | 20 | 0 | 10 | 23 | 230 | 32 | 113 |
| Binary | 10101101 | 11001111 | 10111111 | 10000 | 0 | 1000 | 10011 | 10011000 | 11010 | 1001011 |
Color Harmonies of #ADCFBF
Complementary color
Monochromatic Colors of #ADCFBF
Black with #ADCFBF
Text Example
Text Example
White with #ADCFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCFBF; }
p { color: rgb(173,207,191); }
H1.HeaderClassName
{
color: #ADCFBF;
}
.AnyTagClassName
{
color: #ADCFBF;
}
</style>
background-color css
<style>
a { background-color: #ADCFBF; }
a { background-color: rgb(173,207,191); }
div.DivClassName
{
background-color: #ADCFBF;
}
.BgClassName
{
background-color: #ADCFBF;
}
</style>
border-color css
<style>
span { border-color: #ADCFBF; }
span { border-color: rgb(173,207,191); }
td.TdClassName
{
border-color: #ADCFBF;
}
.TagClassName
{
border-color: #ADCFBF;
}
</style>