Shades of Nebula #ABDAC1
Tints of Nebula #ABDAC1
RGB
CMYK
RGB Variations
Color information
#ABDAC1 (or 0xABDAC1) is known color: Nebula. HEX triplet: AB, DA and C1. RGB value is (171,218,193). Sum of RGB (Red+Green+Blue) = 171+218+193=582 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.38% from 582); Green value is 218 (85.55% from 255 or 37.46% from 582); Blue value is 193 (75.78% from 255 or 33.16% from 582); Max value from RGB is 218 - color contains mainly: green. Hex color #ABDAC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDAC1 is #54253E. Grayscale: #C9C9C9. Windows color (decimal): -5514559 or 12704427. OLE color: 12704427.
HSL color Cylindrical-coordinate representation of color #ABDAC1: hue angle of 148.09º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABDAC1 is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 218 | 193 | - |
| CMYK | 0.22 | 0 | 0.11 | 0.15 |
| HSL | 148.09º | 0.39% | 0.76% | - |
| HSV(B) | 148.09º | 0.22% | 0.85% | - |
| XYZ | 51.49 | 62.65 | 59.83 | - |
| YUV | 201.1 | 123.43 | 106.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 218 | 193 | 0.22 | 0 | 0.11 | 0.15 | 148.09 | 0.39 | 0.76 |
| Hex | AB | DA | C1 | 16 | 0 | B | F | 94 | 27 | 4C |
| Octal | 253 | 332 | 301 | 26 | 0 | 13 | 17 | 224 | 47 | 114 |
| Binary | 10101011 | 11011010 | 11000001 | 10110 | 0 | 1011 | 1111 | 10010100 | 100111 | 1001100 |
Color Harmonies of #ABDAC1
Complementary color
Monochromatic Colors of #ABDAC1
Black with #ABDAC1
Text Example
Text Example
White with #ABDAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDAC1; }
p { color: rgb(171,218,193); }
H1.HeaderClassName
{
color: #ABDAC1;
}
.AnyTagClassName
{
color: #ABDAC1;
}
</style>
background-color css
<style>
a { background-color: #ABDAC1; }
a { background-color: rgb(171,218,193); }
div.DivClassName
{
background-color: #ABDAC1;
}
.BgClassName
{
background-color: #ABDAC1;
}
</style>
border-color css
<style>
span { border-color: #ABDAC1; }
span { border-color: rgb(171,218,193); }
td.TdClassName
{
border-color: #ABDAC1;
}
.TagClassName
{
border-color: #ABDAC1;
}
</style>