Shades of Periglacial Blue #ABADAC
Tints of Periglacial Blue #ABADAC
RGB
CMYK
RGB Variations
Color information
#ABADAC (or 0xABADAC) is known color: Periglacial Blue. HEX triplet: AB, AD and AC. RGB value is (171,173,172). Sum of RGB (Red+Green+Blue) = 171+173+172=516 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.14% from 516); Green value is 173 (67.97% from 255 or 33.53% from 516); Blue value is 172 (67.58% from 255 or 33.33% from 516); Max value from RGB is 173 - color contains mainly: green. Hex color #ABADAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABADAC is #545253. Grayscale: #ACACAC. Windows color (decimal): -5526100 or 11316651. OLE color: 11316651.
HSL color Cylindrical-coordinate representation of color #ABADAC: hue angle of 150º degrees, saturation: 0.01, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #ABADAC is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
RGB | 171 | 173 | 172 | - |
CMYK | 0.01 | 0 | 0.01 | 0.32 |
HSL | 150º | 0.01% | 0.67% | - |
HSV(B) | 150º | 0.01% | 0.68% | - |
XYZ | 39.18 | 41.52 | 44.98 | - |
YUV | 172.29 | 127.84 | 127.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 173 | 172 | 0.01 | 0 | 0.01 | 0.32 | 150 | 0.01 | 0.67 |
Hex | AB | AD | AC | 1 | 0 | 1 | 20 | 96 | 1 | 43 |
Octal | 253 | 255 | 254 | 1 | 0 | 1 | 40 | 226 | 1 | 103 |
Binary | 10101011 | 10101101 | 10101100 | 1 | 0 | 1 | 100000 | 10010110 | 1 | 1000011 |
Color Harmonies of #ABADAC
Complementary color
Monochromatic Colors of #ABADAC
Black with #ABADAC
Text Example
Text Example
White with #ABADAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABADAC; }
p { color: rgb(171,173,172); }
H1.HeaderClassName
{
color: #ABADAC;
}
.AnyTagClassName
{
color: #ABADAC;
}
</style>
background-color css
<style>
a { background-color: #ABADAC; }
a { background-color: rgb(171,173,172); }
div.DivClassName
{
background-color: #ABADAC;
}
.BgClassName
{
background-color: #ABADAC;
}
</style>
border-color css
<style>
span { border-color: #ABADAC; }
span { border-color: rgb(171,173,172); }
td.TdClassName
{
border-color: #ABADAC;
}
.TagClassName
{
border-color: #ABADAC;
}
</style>