Shades of Nebula #ABCBBB
Tints of Nebula #ABCBBB
RGB
CMYK
RGB Variations
Color information
#ABCBBB (or 0xABCBBB) is known color: Nebula. HEX triplet: AB, CB and BB. RGB value is (171,203,187). Sum of RGB (Red+Green+Blue) = 171+203+187=561 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.48% from 561); Green value is 203 (79.69% from 255 or 36.19% from 561); Blue value is 187 (73.44% from 255 or 33.33% from 561); Max value from RGB is 203 - color contains mainly: green. Hex color #ABCBBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCBBB is #543444. Grayscale: #BFBFBF. Windows color (decimal): -5518405 or 12307371. OLE color: 12307371.
HSL color Cylindrical-coordinate representation of color #ABCBBB: hue angle of 150º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ABCBBB is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 203 | 187 | - |
| CMYK | 0.16 | 0 | 0.08 | 0.20 |
| HSL | 150º | 0.24% | 0.73% | - |
| HSV(B) | 150º | 0.16% | 0.8% | - |
| XYZ | 47.12 | 54.96 | 55.14 | - |
| YUV | 191.61 | 125.4 | 113.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 203 | 187 | 0.16 | 0 | 0.08 | 0.20 | 150 | 0.24 | 0.73 |
| Hex | AB | CB | BB | 10 | 0 | 8 | 14 | 96 | 18 | 49 |
| Octal | 253 | 313 | 273 | 20 | 0 | 10 | 24 | 226 | 30 | 111 |
| Binary | 10101011 | 11001011 | 10111011 | 10000 | 0 | 1000 | 10100 | 10010110 | 11000 | 1001001 |
Color Harmonies of #ABCBBB
Complementary color
Monochromatic Colors of #ABCBBB
Black with #ABCBBB
Text Example
Text Example
White with #ABCBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCBBB; }
p { color: rgb(171,203,187); }
H1.HeaderClassName
{
color: #ABCBBB;
}
.AnyTagClassName
{
color: #ABCBBB;
}
</style>
background-color css
<style>
a { background-color: #ABCBBB; }
a { background-color: rgb(171,203,187); }
div.DivClassName
{
background-color: #ABCBBB;
}
.BgClassName
{
background-color: #ABCBBB;
}
</style>
border-color css
<style>
span { border-color: #ABCBBB; }
span { border-color: rgb(171,203,187); }
td.TdClassName
{
border-color: #ABCBBB;
}
.TagClassName
{
border-color: #ABCBBB;
}
</style>