Shades of Nebula #ADCABA
Tints of Nebula #ADCABA
RGB
CMYK
RGB Variations
Color information
#ADCABA (or 0xADCABA) is known color: Nebula. HEX triplet: AD, CA and BA. RGB value is (173,202,186). Sum of RGB (Red+Green+Blue) = 173+202+186=561 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.84% from 561); Green value is 202 (79.30% from 255 or 36.01% from 561); Blue value is 186 (73.05% from 255 or 33.16% from 561); Max value from RGB is 202 - color contains mainly: green. Hex color #ADCABA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCABA is #523545. Grayscale: #BFBFBF. Windows color (decimal): -5387590 or 12241581. OLE color: 12241581.
HSL color Cylindrical-coordinate representation of color #ADCABA: hue angle of 146.9º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ADCABA is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 202 | 186 | - |
| CMYK | 0.14 | 0 | 0.08 | 0.21 |
| HSL | 146.9º | 0.21% | 0.74% | - |
| HSV(B) | 146.9º | 0.14% | 0.79% | - |
| XYZ | 47.22 | 54.67 | 54.52 | - |
| YUV | 191.51 | 124.89 | 114.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 202 | 186 | 0.14 | 0 | 0.08 | 0.21 | 146.9 | 0.21 | 0.74 |
| Hex | AD | CA | BA | E | 0 | 8 | 15 | 93 | 15 | 4A |
| Octal | 255 | 312 | 272 | 16 | 0 | 10 | 25 | 223 | 25 | 112 |
| Binary | 10101101 | 11001010 | 10111010 | 1110 | 0 | 1000 | 10101 | 10010011 | 10101 | 1001010 |
Color Harmonies of #ADCABA
Complementary color
Monochromatic Colors of #ADCABA
Black with #ADCABA
Text Example
Text Example
White with #ADCABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCABA; }
p { color: rgb(173,202,186); }
H1.HeaderClassName
{
color: #ADCABA;
}
.AnyTagClassName
{
color: #ADCABA;
}
</style>
background-color css
<style>
a { background-color: #ADCABA; }
a { background-color: rgb(173,202,186); }
div.DivClassName
{
background-color: #ADCABA;
}
.BgClassName
{
background-color: #ADCABA;
}
</style>
border-color css
<style>
span { border-color: #ADCABA; }
span { border-color: rgb(173,202,186); }
td.TdClassName
{
border-color: #ADCABA;
}
.TagClassName
{
border-color: #ADCABA;
}
</style>