Shades of Nebula #ADCCBD
Tints of Nebula #ADCCBD
RGB
CMYK
RGB Variations
Color information
#ADCCBD (or 0xADCCBD) is known color: Nebula. HEX triplet: AD, CC and BD. RGB value is (173,204,189). Sum of RGB (Red+Green+Blue) = 173+204+189=566 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.57% from 566); Green value is 204 (80.08% from 255 or 36.04% from 566); Blue value is 189 (74.22% from 255 or 33.39% from 566); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCCBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCCBD is #523342. Grayscale: #C1C1C1. Windows color (decimal): -5387075 or 12438701. OLE color: 12438701.
HSL color Cylindrical-coordinate representation of color #ADCCBD: hue angle of 150.97º 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 #ADCCBD is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 204 | 189 | - |
| CMYK | 0.15 | 0 | 0.07 | 0.2 |
| HSL | 150.97º | 0.23% | 0.74% | - |
| HSV(B) | 150.97º | 0.15% | 0.8% | - |
| XYZ | 48.01 | 55.74 | 56.37 | - |
| YUV | 193.02 | 125.73 | 113.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 204 | 189 | 0.15 | 0 | 0.07 | 0.2 | 150.97 | 0.23 | 0.74 |
| Hex | AD | CC | BD | F | 0 | 7 | 14 | 97 | 17 | 4A |
| Octal | 255 | 314 | 275 | 17 | 0 | 7 | 24 | 227 | 27 | 112 |
| Binary | 10101101 | 11001100 | 10111101 | 1111 | 0 | 111 | 10100 | 10010111 | 10111 | 1001010 |
Color Harmonies of #ADCCBD
Complementary color
Monochromatic Colors of #ADCCBD
Black with #ADCCBD
Text Example
Text Example
White with #ADCCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCCBD; }
p { color: rgb(173,204,189); }
H1.HeaderClassName
{
color: #ADCCBD;
}
.AnyTagClassName
{
color: #ADCCBD;
}
</style>
background-color css
<style>
a { background-color: #ADCCBD; }
a { background-color: rgb(173,204,189); }
div.DivClassName
{
background-color: #ADCCBD;
}
.BgClassName
{
background-color: #ADCCBD;
}
</style>
border-color css
<style>
span { border-color: #ADCCBD; }
span { border-color: rgb(173,204,189); }
td.TdClassName
{
border-color: #ADCCBD;
}
.TagClassName
{
border-color: #ADCCBD;
}
</style>