Shades of Nebula #ABDAC2
Tints of Nebula #ABDAC2
RGB
CMYK
RGB Variations
Color information
#ABDAC2 (or 0xABDAC2) is known color: Nebula. HEX triplet: AB, DA and C2. RGB value is (171,218,194). Sum of RGB (Red+Green+Blue) = 171+218+194=583 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.33% from 583); Green value is 218 (85.55% from 255 or 37.39% from 583); Blue value is 194 (76.17% from 255 or 33.28% from 583); Max value from RGB is 218 - color contains mainly: green. Hex color #ABDAC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDAC2 is #54253D. Grayscale: #C9C9C9. Windows color (decimal): -5514558 or 12769963. OLE color: 12769963.
HSL color Cylindrical-coordinate representation of color #ABDAC2: hue angle of 149.36º 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 #ABDAC2 is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 218 | 194 | - |
| CMYK | 0.22 | 0 | 0.11 | 0.15 |
| HSL | 149.36º | 0.39% | 0.76% | - |
| HSV(B) | 149.36º | 0.22% | 0.85% | - |
| XYZ | 51.6 | 62.7 | 60.42 | - |
| YUV | 201.21 | 123.93 | 106.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 218 | 194 | 0.22 | 0 | 0.11 | 0.15 | 149.36 | 0.39 | 0.76 |
| Hex | AB | DA | C2 | 16 | 0 | B | F | 95 | 27 | 4C |
| Octal | 253 | 332 | 302 | 26 | 0 | 13 | 17 | 225 | 47 | 114 |
| Binary | 10101011 | 11011010 | 11000010 | 10110 | 0 | 1011 | 1111 | 10010101 | 100111 | 1001100 |
Color Harmonies of #ABDAC2
Complementary color
Monochromatic Colors of #ABDAC2
Black with #ABDAC2
Text Example
Text Example
White with #ABDAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDAC2; }
p { color: rgb(171,218,194); }
H1.HeaderClassName
{
color: #ABDAC2;
}
.AnyTagClassName
{
color: #ABDAC2;
}
</style>
background-color css
<style>
a { background-color: #ABDAC2; }
a { background-color: rgb(171,218,194); }
div.DivClassName
{
background-color: #ABDAC2;
}
.BgClassName
{
background-color: #ABDAC2;
}
</style>
border-color css
<style>
span { border-color: #ABDAC2; }
span { border-color: rgb(171,218,194); }
td.TdClassName
{
border-color: #ABDAC2;
}
.TagClassName
{
border-color: #ABDAC2;
}
</style>