Shades of Nebula #ABCFBA
Tints of Nebula #ABCFBA
RGB
CMYK
RGB Variations
Color information
#ABCFBA (or 0xABCFBA) is known color: Nebula. HEX triplet: AB, CF and BA. RGB value is (171,207,186). Sum of RGB (Red+Green+Blue) = 171+207+186=564 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.32% from 564); Green value is 207 (81.25% from 255 or 36.70% from 564); Blue value is 186 (73.05% from 255 or 32.98% from 564); Max value from RGB is 207 - color contains mainly: green. Hex color #ABCFBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCFBA is #543045. Grayscale: #C1C1C1. Windows color (decimal): -5517382 or 12242859. OLE color: 12242859.
HSL color Cylindrical-coordinate representation of color #ABCFBA: hue angle of 145º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ABCFBA is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 207 | 186 | - |
| CMYK | 0.17 | 0 | 0.10 | 0.19 |
| HSL | 145º | 0.27% | 0.74% | - |
| HSV(B) | 145º | 0.17% | 0.81% | - |
| XYZ | 47.97 | 56.83 | 54.9 | - |
| YUV | 193.84 | 123.57 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 207 | 186 | 0.17 | 0 | 0.10 | 0.19 | 145 | 0.27 | 0.74 |
| Hex | AB | CF | BA | 11 | 0 | A | 13 | 91 | 1B | 4A |
| Octal | 253 | 317 | 272 | 21 | 0 | 12 | 23 | 221 | 33 | 112 |
| Binary | 10101011 | 11001111 | 10111010 | 10001 | 0 | 1010 | 10011 | 10010001 | 11011 | 1001010 |
Color Harmonies of #ABCFBA
Complementary color
Monochromatic Colors of #ABCFBA
Black with #ABCFBA
Text Example
Text Example
White with #ABCFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCFBA; }
p { color: rgb(171,207,186); }
H1.HeaderClassName
{
color: #ABCFBA;
}
.AnyTagClassName
{
color: #ABCFBA;
}
</style>
background-color css
<style>
a { background-color: #ABCFBA; }
a { background-color: rgb(171,207,186); }
div.DivClassName
{
background-color: #ABCFBA;
}
.BgClassName
{
background-color: #ABCFBA;
}
</style>
border-color css
<style>
span { border-color: #ABCFBA; }
span { border-color: rgb(171,207,186); }
td.TdClassName
{
border-color: #ABCFBA;
}
.TagClassName
{
border-color: #ABCFBA;
}
</style>