Shades of Nebula #ABCABB
Tints of Nebula #ABCABB
RGB
CMYK
RGB Variations
Color information
#ABCABB (or 0xABCABB) is known color: Nebula. HEX triplet: AB, CA and BB. RGB value is (171,202,187). Sum of RGB (Red+Green+Blue) = 171+202+187=560 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.54% from 560); Green value is 202 (79.30% from 255 or 36.07% from 560); Blue value is 187 (73.44% from 255 or 33.39% from 560); Max value from RGB is 202 - color contains mainly: green. Hex color #ABCABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCABB is #543544. Grayscale: #BFBFBF. Windows color (decimal): -5518661 or 12307115. OLE color: 12307115.
HSL color Cylindrical-coordinate representation of color #ABCABB: hue angle of 150.97º degrees, saturation: 0.23, 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 #ABCABB is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 202 | 187 | - |
| CMYK | 0.15 | 0 | 0.07 | 0.21 |
| HSL | 150.97º | 0.23% | 0.73% | - |
| HSV(B) | 150.97º | 0.15% | 0.79% | - |
| XYZ | 46.88 | 54.49 | 55.06 | - |
| YUV | 191.02 | 125.73 | 113.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 202 | 187 | 0.15 | 0 | 0.07 | 0.21 | 150.97 | 0.23 | 0.73 |
| Hex | AB | CA | BB | F | 0 | 7 | 15 | 97 | 17 | 49 |
| Octal | 253 | 312 | 273 | 17 | 0 | 7 | 25 | 227 | 27 | 111 |
| Binary | 10101011 | 11001010 | 10111011 | 1111 | 0 | 111 | 10101 | 10010111 | 10111 | 1001001 |
Color Harmonies of #ABCABB
Complementary color
Monochromatic Colors of #ABCABB
Black with #ABCABB
Text Example
Text Example
White with #ABCABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCABB; }
p { color: rgb(171,202,187); }
H1.HeaderClassName
{
color: #ABCABB;
}
.AnyTagClassName
{
color: #ABCABB;
}
</style>
background-color css
<style>
a { background-color: #ABCABB; }
a { background-color: rgb(171,202,187); }
div.DivClassName
{
background-color: #ABCABB;
}
.BgClassName
{
background-color: #ABCABB;
}
</style>
border-color css
<style>
span { border-color: #ABCABB; }
span { border-color: rgb(171,202,187); }
td.TdClassName
{
border-color: #ABCABB;
}
.TagClassName
{
border-color: #ABCABB;
}
</style>