Shades of Periglacial Blue #ACBAB6
Tints of Periglacial Blue #ACBAB6
RGB
CMYK
RGB Variations
Color information
#ACBAB6 (or 0xACBAB6) is known color: Periglacial Blue. HEX triplet: AC, BA and B6. RGB value is (172,186,182). Sum of RGB (Red+Green+Blue) = 172+186+182=540 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.85% from 540); Green value is 186 (73.05% from 255 or 34.44% from 540); Blue value is 182 (71.48% from 255 or 33.70% from 540); Max value from RGB is 186 - color contains mainly: green. Hex color #ACBAB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBAB6 is #534549. Grayscale: #B5B5B5. Windows color (decimal): -5457226 or 11975340. OLE color: 11975340.
HSL color Cylindrical-coordinate representation of color #ACBAB6: hue angle of 162.86º degrees, saturation: 0.09, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ACBAB6 is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
RGB | 172 | 186 | 182 | - |
CMYK | 0.08 | 0 | 0.02 | 0.27 |
HSL | 162.86º | 0.09% | 0.7% | - |
HSV(B) | 162.86º | 0.08% | 0.73% | - |
XYZ | 43.02 | 47.27 | 51.11 | - |
YUV | 181.36 | 128.36 | 121.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 186 | 182 | 0.08 | 0 | 0.02 | 0.27 | 162.86 | 0.09 | 0.7 |
Hex | AC | BA | B6 | 8 | 0 | 2 | 1B | A3 | 9 | 46 |
Octal | 254 | 272 | 266 | 10 | 0 | 2 | 33 | 243 | 11 | 106 |
Binary | 10101100 | 10111010 | 10110110 | 1000 | 0 | 10 | 11011 | 10100011 | 1001 | 1000110 |
Color Harmonies of #ACBAB6
Complementary color
Monochromatic Colors of #ACBAB6
Black with #ACBAB6
Text Example
Text Example
White with #ACBAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBAB6; }
p { color: rgb(172,186,182); }
H1.HeaderClassName
{
color: #ACBAB6;
}
.AnyTagClassName
{
color: #ACBAB6;
}
</style>
background-color css
<style>
a { background-color: #ACBAB6; }
a { background-color: rgb(172,186,182); }
div.DivClassName
{
background-color: #ACBAB6;
}
.BgClassName
{
background-color: #ACBAB6;
}
</style>
border-color css
<style>
span { border-color: #ACBAB6; }
span { border-color: rgb(172,186,182); }
td.TdClassName
{
border-color: #ACBAB6;
}
.TagClassName
{
border-color: #ACBAB6;
}
</style>