Shades of Nebula #ADCCBB
Tints of Nebula #ADCCBB
RGB
CMYK
RGB Variations
Color information
#ADCCBB (or 0xADCCBB) is known color: Nebula. HEX triplet: AD, CC and BB. RGB value is (173,204,187). Sum of RGB (Red+Green+Blue) = 173+204+187=564 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.67% from 564); Green value is 204 (80.08% from 255 or 36.17% from 564); Blue value is 187 (73.44% from 255 or 33.16% from 564); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCCBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCCBB is #523344. Grayscale: #C0C0C0. Windows color (decimal): -5387077 or 12307629. OLE color: 12307629.
HSL color Cylindrical-coordinate representation of color #ADCCBB: hue angle of 147.1º degrees, saturation: 0.23, 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 #ADCCBB is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 204 | 187 | - |
| CMYK | 0.15 | 0 | 0.08 | 0.2 |
| HSL | 147.1º | 0.23% | 0.74% | - |
| HSV(B) | 147.1º | 0.15% | 0.8% | - |
| XYZ | 47.8 | 55.66 | 55.24 | - |
| YUV | 192.79 | 124.73 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 204 | 187 | 0.15 | 0 | 0.08 | 0.2 | 147.1 | 0.23 | 0.74 |
| Hex | AD | CC | BB | F | 0 | 8 | 14 | 93 | 17 | 4A |
| Octal | 255 | 314 | 273 | 17 | 0 | 10 | 24 | 223 | 27 | 112 |
| Binary | 10101101 | 11001100 | 10111011 | 1111 | 0 | 1000 | 10100 | 10010011 | 10111 | 1001010 |
Color Harmonies of #ADCCBB
Complementary color
Monochromatic Colors of #ADCCBB
Black with #ADCCBB
Text Example
Text Example
White with #ADCCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCCBB; }
p { color: rgb(173,204,187); }
H1.HeaderClassName
{
color: #ADCCBB;
}
.AnyTagClassName
{
color: #ADCCBB;
}
</style>
background-color css
<style>
a { background-color: #ADCCBB; }
a { background-color: rgb(173,204,187); }
div.DivClassName
{
background-color: #ADCCBB;
}
.BgClassName
{
background-color: #ADCCBB;
}
</style>
border-color css
<style>
span { border-color: #ADCCBB; }
span { border-color: rgb(173,204,187); }
td.TdClassName
{
border-color: #ADCCBB;
}
.TagClassName
{
border-color: #ADCCBB;
}
</style>