Shades of Nebula #ABD3BE
Tints of Nebula #ABD3BE
RGB
CMYK
RGB Variations
Color information
#ABD3BE (or 0xABD3BE) is known color: Nebula. HEX triplet: AB, D3 and BE. RGB value is (171,211,190). Sum of RGB (Red+Green+Blue) = 171+211+190=572 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.90% from 572); Green value is 211 (82.81% from 255 or 36.89% from 572); Blue value is 190 (74.61% from 255 or 33.22% from 572); Max value from RGB is 211 - color contains mainly: green. Hex color #ABD3BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD3BE is #542C41. Grayscale: #C4C4C4. Windows color (decimal): -5516354 or 12506027. OLE color: 12506027.
HSL color Cylindrical-coordinate representation of color #ABD3BE: hue angle of 148.5º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ABD3BE is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 171 | 211 | 190 | - |
| CMYK | 0.19 | 0 | 0.10 | 0.17 |
| HSL | 148.5º | 0.31% | 0.75% | - |
| HSV(B) | 148.5º | 0.19% | 0.83% | - |
| XYZ | 49.38 | 58.96 | 57.49 | - |
| YUV | 196.65 | 124.25 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 211 | 190 | 0.19 | 0 | 0.10 | 0.17 | 148.5 | 0.31 | 0.75 |
| Hex | AB | D3 | BE | 13 | 0 | A | 11 | 94 | 1F | 4B |
| Octal | 253 | 323 | 276 | 23 | 0 | 12 | 21 | 224 | 37 | 113 |
| Binary | 10101011 | 11010011 | 10111110 | 10011 | 0 | 1010 | 10001 | 10010100 | 11111 | 1001011 |
Color Harmonies of #ABD3BE
Complementary color
Monochromatic Colors of #ABD3BE
Black with #ABD3BE
Text Example
Text Example
White with #ABD3BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABD3BE; }
p { color: rgb(171,211,190); }
H1.HeaderClassName
{
color: #ABD3BE;
}
.AnyTagClassName
{
color: #ABD3BE;
}
</style>
background-color css
<style>
a { background-color: #ABD3BE; }
a { background-color: rgb(171,211,190); }
div.DivClassName
{
background-color: #ABD3BE;
}
.BgClassName
{
background-color: #ABD3BE;
}
</style>
border-color css
<style>
span { border-color: #ABD3BE; }
span { border-color: rgb(171,211,190); }
td.TdClassName
{
border-color: #ABD3BE;
}
.TagClassName
{
border-color: #ABD3BE;
}
</style>