Shades of Nebula #ABC9BA
Tints of Nebula #ABC9BA
RGB
CMYK
RGB Variations
Color information
#ABC9BA (or 0xABC9BA) is known color: Nebula. HEX triplet: AB, C9 and BA. RGB value is (171,201,186). Sum of RGB (Red+Green+Blue) = 171+201+186=558 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.65% from 558); Green value is 201 (78.91% from 255 or 36.02% from 558); Blue value is 186 (73.05% from 255 or 33.33% from 558); Max value from RGB is 201 - color contains mainly: green. Hex color #ABC9BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC9BA is #543645. Grayscale: #BEBEBE. Windows color (decimal): -5518918 or 12241323. OLE color: 12241323.
HSL color Cylindrical-coordinate representation of color #ABC9BA: hue angle of 150º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ABC9BA is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 201 | 186 | - |
| CMYK | 0.15 | 0 | 0.07 | 0.21 |
| HSL | 150º | 0.22% | 0.73% | - |
| HSV(B) | 150º | 0.15% | 0.79% | - |
| XYZ | 46.54 | 53.98 | 54.42 | - |
| YUV | 190.32 | 125.56 | 114.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 201 | 186 | 0.15 | 0 | 0.07 | 0.21 | 150 | 0.22 | 0.73 |
| Hex | AB | C9 | BA | F | 0 | 7 | 15 | 96 | 16 | 49 |
| Octal | 253 | 311 | 272 | 17 | 0 | 7 | 25 | 226 | 26 | 111 |
| Binary | 10101011 | 11001001 | 10111010 | 1111 | 0 | 111 | 10101 | 10010110 | 10110 | 1001001 |
Color Harmonies of #ABC9BA
Complementary color
Monochromatic Colors of #ABC9BA
Black with #ABC9BA
Text Example
Text Example
White with #ABC9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC9BA; }
p { color: rgb(171,201,186); }
H1.HeaderClassName
{
color: #ABC9BA;
}
.AnyTagClassName
{
color: #ABC9BA;
}
</style>
background-color css
<style>
a { background-color: #ABC9BA; }
a { background-color: rgb(171,201,186); }
div.DivClassName
{
background-color: #ABC9BA;
}
.BgClassName
{
background-color: #ABC9BA;
}
</style>
border-color css
<style>
span { border-color: #ABC9BA; }
span { border-color: rgb(171,201,186); }
td.TdClassName
{
border-color: #ABC9BA;
}
.TagClassName
{
border-color: #ABC9BA;
}
</style>