Shades of Periglacial Blue #ACB4B0
Tints of Periglacial Blue #ACB4B0
RGB
CMYK
RGB Variations
Color information
#ACB4B0 (or 0xACB4B0) is known color: Periglacial Blue. HEX triplet: AC, B4 and B0. RGB value is (172,180,176). Sum of RGB (Red+Green+Blue) = 172+180+176=528 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.58% from 528); Green value is 180 (70.70% from 255 or 34.09% from 528); Blue value is 176 (69.14% from 255 or 33.33% from 528); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB4B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB4B0 is #534B4F. Grayscale: #B1B1B1. Windows color (decimal): -5458768 or 11580588. OLE color: 11580588.
HSL color Cylindrical-coordinate representation of color #ACB4B0: hue angle of 150º degrees, saturation: 0.05, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #ACB4B0 is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
RGB | 172 | 180 | 176 | - |
CMYK | 0.04 | 0 | 0.02 | 0.29 |
HSL | 150º | 0.05% | 0.69% | - |
HSV(B) | 150º | 0.04% | 0.71% | - |
XYZ | 41.17 | 44.55 | 47.5 | - |
YUV | 177.15 | 127.35 | 124.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 180 | 176 | 0.04 | 0 | 0.02 | 0.29 | 150 | 0.05 | 0.69 |
Hex | AC | B4 | B0 | 4 | 0 | 2 | 1D | 96 | 5 | 45 |
Octal | 254 | 264 | 260 | 4 | 0 | 2 | 35 | 226 | 5 | 105 |
Binary | 10101100 | 10110100 | 10110000 | 100 | 0 | 10 | 11101 | 10010110 | 101 | 1000101 |
Color Harmonies of #ACB4B0
Complementary color
Monochromatic Colors of #ACB4B0
Black with #ACB4B0
Text Example
Text Example
White with #ACB4B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB4B0; }
p { color: rgb(172,180,176); }
H1.HeaderClassName
{
color: #ACB4B0;
}
.AnyTagClassName
{
color: #ACB4B0;
}
</style>
background-color css
<style>
a { background-color: #ACB4B0; }
a { background-color: rgb(172,180,176); }
div.DivClassName
{
background-color: #ACB4B0;
}
.BgClassName
{
background-color: #ACB4B0;
}
</style>
border-color css
<style>
span { border-color: #ACB4B0; }
span { border-color: rgb(172,180,176); }
td.TdClassName
{
border-color: #ACB4B0;
}
.TagClassName
{
border-color: #ACB4B0;
}
</style>