Shades of Nebula #ABCDBB
Tints of Nebula #ABCDBB
RGB
CMYK
RGB Variations
Color information
#ABCDBB (or 0xABCDBB) is known color: Nebula. HEX triplet: AB, CD and BB. RGB value is (171,205,187). Sum of RGB (Red+Green+Blue) = 171+205+187=563 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.37% from 563); Green value is 205 (80.47% from 255 or 36.41% from 563); Blue value is 187 (73.44% from 255 or 33.21% from 563); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCDBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCDBB is #543244. Grayscale: #C0C0C0. Windows color (decimal): -5517893 or 12307883. OLE color: 12307883.
HSL color Cylindrical-coordinate representation of color #ABCDBB: hue angle of 148.24º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ABCDBB is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 205 | 187 | - |
| CMYK | 0.17 | 0 | 0.09 | 0.20 |
| HSL | 148.24º | 0.25% | 0.74% | - |
| HSV(B) | 148.24º | 0.17% | 0.8% | - |
| XYZ | 47.6 | 55.91 | 55.3 | - |
| YUV | 192.78 | 124.74 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 205 | 187 | 0.17 | 0 | 0.09 | 0.20 | 148.24 | 0.25 | 0.74 |
| Hex | AB | CD | BB | 11 | 0 | 9 | 14 | 94 | 19 | 4A |
| Octal | 253 | 315 | 273 | 21 | 0 | 11 | 24 | 224 | 31 | 112 |
| Binary | 10101011 | 11001101 | 10111011 | 10001 | 0 | 1001 | 10100 | 10010100 | 11001 | 1001010 |
Color Harmonies of #ABCDBB
Complementary color
Monochromatic Colors of #ABCDBB
Black with #ABCDBB
Text Example
Text Example
White with #ABCDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCDBB; }
p { color: rgb(171,205,187); }
H1.HeaderClassName
{
color: #ABCDBB;
}
.AnyTagClassName
{
color: #ABCDBB;
}
</style>
background-color css
<style>
a { background-color: #ABCDBB; }
a { background-color: rgb(171,205,187); }
div.DivClassName
{
background-color: #ABCDBB;
}
.BgClassName
{
background-color: #ABCDBB;
}
</style>
border-color css
<style>
span { border-color: #ABCDBB; }
span { border-color: rgb(171,205,187); }
td.TdClassName
{
border-color: #ABCDBB;
}
.TagClassName
{
border-color: #ABCDBB;
}
</style>