Shades of Nebula #ADCABB
Tints of Nebula #ADCABB
RGB
CMYK
RGB Variations
Color information
#ADCABB (or 0xADCABB) is known color: Nebula. HEX triplet: AD, CA and BB. RGB value is (173,202,187). Sum of RGB (Red+Green+Blue) = 173+202+187=562 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.78% from 562); Green value is 202 (79.30% from 255 or 35.94% from 562); Blue value is 187 (73.44% from 255 or 33.27% from 562); Max value from RGB is 202 - color contains mainly: green. Hex color #ADCABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCABB is #523544. Grayscale: #BFBFBF. Windows color (decimal): -5387589 or 12307117. OLE color: 12307117.
HSL color Cylindrical-coordinate representation of color #ADCABB: hue angle of 148.97º 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 #ADCABB is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 202 | 187 | - |
| CMYK | 0.14 | 0 | 0.07 | 0.21 |
| HSL | 148.97º | 0.21% | 0.74% | - |
| HSV(B) | 148.97º | 0.14% | 0.79% | - |
| XYZ | 47.32 | 54.71 | 55.08 | - |
| YUV | 191.62 | 125.39 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 202 | 187 | 0.14 | 0 | 0.07 | 0.21 | 148.97 | 0.21 | 0.74 |
| Hex | AD | CA | BB | E | 0 | 7 | 15 | 95 | 15 | 4A |
| Octal | 255 | 312 | 273 | 16 | 0 | 7 | 25 | 225 | 25 | 112 |
| Binary | 10101101 | 11001010 | 10111011 | 1110 | 0 | 111 | 10101 | 10010101 | 10101 | 1001010 |
Color Harmonies of #ADCABB
Complementary color
Monochromatic Colors of #ADCABB
Black with #ADCABB
Text Example
Text Example
White with #ADCABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCABB; }
p { color: rgb(173,202,187); }
H1.HeaderClassName
{
color: #ADCABB;
}
.AnyTagClassName
{
color: #ADCABB;
}
</style>
background-color css
<style>
a { background-color: #ADCABB; }
a { background-color: rgb(173,202,187); }
div.DivClassName
{
background-color: #ADCABB;
}
.BgClassName
{
background-color: #ADCABB;
}
</style>
border-color css
<style>
span { border-color: #ADCABB; }
span { border-color: rgb(173,202,187); }
td.TdClassName
{
border-color: #ADCABB;
}
.TagClassName
{
border-color: #ADCABB;
}
</style>