Shades of Periglacial Blue #ACB8B3
Tints of Periglacial Blue #ACB8B3
RGB
CMYK
RGB Variations
Color information
#ACB8B3 (or 0xACB8B3) is known color: Periglacial Blue. HEX triplet: AC, B8 and B3. RGB value is (172,184,179). Sum of RGB (Red+Green+Blue) = 172+184+179=535 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.15% from 535); Green value is 184 (72.27% from 255 or 34.39% from 535); Blue value is 179 (70.31% from 255 or 33.46% from 535); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB8B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB8B3 is #53474C. Grayscale: #B3B3B3. Windows color (decimal): -5457741 or 11778220. OLE color: 11778220.
HSL color Cylindrical-coordinate representation of color #ACB8B3: hue angle of 155º degrees, saturation: 0.08, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ACB8B3 is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 184 | 179 | - |
| CMYK | 0.07 | 0 | 0.03 | 0.28 |
| HSL | 155º | 0.08% | 0.7% | - |
| HSV(B) | 155º | 0.07% | 0.72% | - |
| XYZ | 42.29 | 46.31 | 49.36 | - |
| YUV | 179.84 | 127.52 | 122.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 184 | 179 | 0.07 | 0 | 0.03 | 0.28 | 155 | 0.08 | 0.7 |
| Hex | AC | B8 | B3 | 7 | 0 | 3 | 1C | 9B | 8 | 46 |
| Octal | 254 | 270 | 263 | 7 | 0 | 3 | 34 | 233 | 10 | 106 |
| Binary | 10101100 | 10111000 | 10110011 | 111 | 0 | 11 | 11100 | 10011011 | 1000 | 1000110 |
Color Harmonies of #ACB8B3
Complementary color
Monochromatic Colors of #ACB8B3
Black with #ACB8B3
Text Example
Text Example
White with #ACB8B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB8B3; }
p { color: rgb(172,184,179); }
H1.HeaderClassName
{
color: #ACB8B3;
}
.AnyTagClassName
{
color: #ACB8B3;
}
</style>
background-color css
<style>
a { background-color: #ACB8B3; }
a { background-color: rgb(172,184,179); }
div.DivClassName
{
background-color: #ACB8B3;
}
.BgClassName
{
background-color: #ACB8B3;
}
</style>
border-color css
<style>
span { border-color: #ACB8B3; }
span { border-color: rgb(172,184,179); }
td.TdClassName
{
border-color: #ACB8B3;
}
.TagClassName
{
border-color: #ACB8B3;
}
</style>