Shades of Nebula #ABD6BD
Tints of Nebula #ABD6BD
RGB
CMYK
RGB Variations
Color information
#ABD6BD (or 0xABD6BD) is known color: Nebula. HEX triplet: AB, D6 and BD. RGB value is (171,214,189). Sum of RGB (Red+Green+Blue) = 171+214+189=574 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.79% from 574); Green value is 214 (83.98% from 255 or 37.28% from 574); Blue value is 189 (74.22% from 255 or 32.93% from 574); Max value from RGB is 214 - color contains mainly: green. Hex color #ABD6BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD6BD is #542942. Grayscale: #C6C6C6. Windows color (decimal): -5515587 or 12441259. OLE color: 12441259.
HSL color Cylindrical-coordinate representation of color #ABD6BD: hue angle of 145.12º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ABD6BD is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 171 | 214 | 189 | - |
| CMYK | 0.20 | 0 | 0.12 | 0.16 |
| HSL | 145.12º | 0.34% | 0.75% | - |
| HSV(B) | 145.12º | 0.2% | 0.84% | - |
| XYZ | 50.03 | 60.43 | 57.17 | - |
| YUV | 198.29 | 122.75 | 108.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 214 | 189 | 0.20 | 0 | 0.12 | 0.16 | 145.12 | 0.34 | 0.75 |
| Hex | AB | D6 | BD | 14 | 0 | C | 10 | 91 | 22 | 4B |
| Octal | 253 | 326 | 275 | 24 | 0 | 14 | 20 | 221 | 42 | 113 |
| Binary | 10101011 | 11010110 | 10111101 | 10100 | 0 | 1100 | 10000 | 10010001 | 100010 | 1001011 |
Color Harmonies of #ABD6BD
Complementary color
Monochromatic Colors of #ABD6BD
Black with #ABD6BD
Text Example
Text Example
White with #ABD6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABD6BD; }
p { color: rgb(171,214,189); }
H1.HeaderClassName
{
color: #ABD6BD;
}
.AnyTagClassName
{
color: #ABD6BD;
}
</style>
background-color css
<style>
a { background-color: #ABD6BD; }
a { background-color: rgb(171,214,189); }
div.DivClassName
{
background-color: #ABD6BD;
}
.BgClassName
{
background-color: #ABD6BD;
}
</style>
border-color css
<style>
span { border-color: #ABD6BD; }
span { border-color: rgb(171,214,189); }
td.TdClassName
{
border-color: #ABD6BD;
}
.TagClassName
{
border-color: #ABD6BD;
}
</style>