Shades of Nebula #ADCFBB
Tints of Nebula #ADCFBB
RGB
CMYK
RGB Variations
Color information
#ADCFBB (or 0xADCFBB) is known color: Nebula. HEX triplet: AD, CF and BB. RGB value is (173,207,187). Sum of RGB (Red+Green+Blue) = 173+207+187=567 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.51% from 567); Green value is 207 (81.25% from 255 or 36.51% from 567); Blue value is 187 (73.44% from 255 or 32.98% from 567); Max value from RGB is 207 - color contains mainly: green. Hex color #ADCFBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCFBB is #523044. Grayscale: #C2C2C2. Windows color (decimal): -5386309 or 12308397. OLE color: 12308397.
HSL color Cylindrical-coordinate representation of color #ADCFBB: hue angle of 144.71º 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 #ADCFBB is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 207 | 187 | - |
| CMYK | 0.16 | 0 | 0.10 | 0.19 |
| HSL | 144.71º | 0.26% | 0.75% | - |
| HSV(B) | 144.71º | 0.16% | 0.81% | - |
| XYZ | 48.52 | 57.1 | 55.48 | - |
| YUV | 194.55 | 123.74 | 112.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 207 | 187 | 0.16 | 0 | 0.10 | 0.19 | 144.71 | 0.26 | 0.75 |
| Hex | AD | CF | BB | 10 | 0 | A | 13 | 91 | 1A | 4B |
| Octal | 255 | 317 | 273 | 20 | 0 | 12 | 23 | 221 | 32 | 113 |
| Binary | 10101101 | 11001111 | 10111011 | 10000 | 0 | 1010 | 10011 | 10010001 | 11010 | 1001011 |
Color Harmonies of #ADCFBB
Complementary color
Monochromatic Colors of #ADCFBB
Black with #ADCFBB
Text Example
Text Example
White with #ADCFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCFBB; }
p { color: rgb(173,207,187); }
H1.HeaderClassName
{
color: #ADCFBB;
}
.AnyTagClassName
{
color: #ADCFBB;
}
</style>
background-color css
<style>
a { background-color: #ADCFBB; }
a { background-color: rgb(173,207,187); }
div.DivClassName
{
background-color: #ADCFBB;
}
.BgClassName
{
background-color: #ADCFBB;
}
</style>
border-color css
<style>
span { border-color: #ADCFBB; }
span { border-color: rgb(173,207,187); }
td.TdClassName
{
border-color: #ADCFBB;
}
.TagClassName
{
border-color: #ADCFBB;
}
</style>