Shades of Nebula #ADCBBB
Tints of Nebula #ADCBBB
RGB
CMYK
RGB Variations
Color information
#ADCBBB (or 0xADCBBB) is known color: Nebula. HEX triplet: AD, CB and BB. RGB value is (173,203,187). Sum of RGB (Red+Green+Blue) = 173+203+187=563 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.73% from 563); Green value is 203 (79.69% from 255 or 36.06% from 563); Blue value is 187 (73.44% from 255 or 33.21% from 563); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCBBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCBBB is #523444. Grayscale: #C0C0C0. Windows color (decimal): -5387333 or 12307373. OLE color: 12307373.
HSL color Cylindrical-coordinate representation of color #ADCBBB: hue angle of 148º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ADCBBB is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 203 | 187 | - |
| CMYK | 0.15 | 0 | 0.08 | 0.20 |
| HSL | 148º | 0.22% | 0.74% | - |
| HSV(B) | 148º | 0.15% | 0.8% | - |
| XYZ | 47.56 | 55.18 | 55.16 | - |
| YUV | 192.21 | 125.06 | 114.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 203 | 187 | 0.15 | 0 | 0.08 | 0.20 | 148 | 0.22 | 0.74 |
| Hex | AD | CB | BB | F | 0 | 8 | 14 | 94 | 16 | 4A |
| Octal | 255 | 313 | 273 | 17 | 0 | 10 | 24 | 224 | 26 | 112 |
| Binary | 10101101 | 11001011 | 10111011 | 1111 | 0 | 1000 | 10100 | 10010100 | 10110 | 1001010 |
Color Harmonies of #ADCBBB
Complementary color
Monochromatic Colors of #ADCBBB
Black with #ADCBBB
Text Example
Text Example
White with #ADCBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCBBB; }
p { color: rgb(173,203,187); }
H1.HeaderClassName
{
color: #ADCBBB;
}
.AnyTagClassName
{
color: #ADCBBB;
}
</style>
background-color css
<style>
a { background-color: #ADCBBB; }
a { background-color: rgb(173,203,187); }
div.DivClassName
{
background-color: #ADCBBB;
}
.BgClassName
{
background-color: #ADCBBB;
}
</style>
border-color css
<style>
span { border-color: #ADCBBB; }
span { border-color: rgb(173,203,187); }
td.TdClassName
{
border-color: #ADCBBB;
}
.TagClassName
{
border-color: #ADCBBB;
}
</style>