Shades of Nebula #ABCCBA
Tints of Nebula #ABCCBA
RGB
CMYK
RGB Variations
Color information
#ABCCBA (or 0xABCCBA) is known color: Nebula. HEX triplet: AB, CC and BA. RGB value is (171,204,186). Sum of RGB (Red+Green+Blue) = 171+204+186=561 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.48% from 561); Green value is 204 (80.08% from 255 or 36.36% from 561); Blue value is 186 (73.05% from 255 or 33.16% from 561); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCCBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCCBA is #543345. Grayscale: #C0C0C0. Windows color (decimal): -5518150 or 12242091. OLE color: 12242091.
HSL color Cylindrical-coordinate representation of color #ABCCBA: hue angle of 147.27º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ABCCBA is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 171 | 204 | 186 | - |
| CMYK | 0.16 | 0 | 0.09 | 0.2 |
| HSL | 147.27º | 0.24% | 0.74% | - |
| HSV(B) | 147.27º | 0.16% | 0.8% | - |
| XYZ | 47.25 | 55.39 | 54.66 | - |
| YUV | 192.08 | 124.57 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 204 | 186 | 0.16 | 0 | 0.09 | 0.2 | 147.27 | 0.24 | 0.74 |
| Hex | AB | CC | BA | 10 | 0 | 9 | 14 | 93 | 18 | 4A |
| Octal | 253 | 314 | 272 | 20 | 0 | 11 | 24 | 223 | 30 | 112 |
| Binary | 10101011 | 11001100 | 10111010 | 10000 | 0 | 1001 | 10100 | 10010011 | 11000 | 1001010 |
Color Harmonies of #ABCCBA
Complementary color
Monochromatic Colors of #ABCCBA
Black with #ABCCBA
Text Example
Text Example
White with #ABCCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCCBA; }
p { color: rgb(171,204,186); }
H1.HeaderClassName
{
color: #ABCCBA;
}
.AnyTagClassName
{
color: #ABCCBA;
}
</style>
background-color css
<style>
a { background-color: #ABCCBA; }
a { background-color: rgb(171,204,186); }
div.DivClassName
{
background-color: #ABCCBA;
}
.BgClassName
{
background-color: #ABCCBA;
}
</style>
border-color css
<style>
span { border-color: #ABCCBA; }
span { border-color: rgb(171,204,186); }
td.TdClassName
{
border-color: #ABCCBA;
}
.TagClassName
{
border-color: #ABCCBA;
}
</style>