Shades of Periglacial Blue #ACB6B3
Tints of Periglacial Blue #ACB6B3
RGB
CMYK
RGB Variations
Color information
#ACB6B3 (or 0xACB6B3) is known color: Periglacial Blue. HEX triplet: AC, B6 and B3. RGB value is (172,182,179). Sum of RGB (Red+Green+Blue) = 172+182+179=533 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.27% from 533); Green value is 182 (71.48% from 255 or 34.15% from 533); Blue value is 179 (70.31% from 255 or 33.58% from 533); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB6B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB6B3 is #53494C. Grayscale: #B2B2B2. Windows color (decimal): -5458253 or 11777708. OLE color: 11777708.
HSL color Cylindrical-coordinate representation of color #ACB6B3: hue angle of 162º degrees, saturation: 0.06, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #ACB6B3 is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
RGB | 172 | 182 | 179 | - |
CMYK | 0.05 | 0 | 0.02 | 0.29 |
HSL | 162º | 0.06% | 0.69% | - |
HSV(B) | 162º | 0.05% | 0.71% | - |
XYZ | 41.88 | 45.48 | 49.22 | - |
YUV | 178.67 | 128.19 | 123.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 182 | 179 | 0.05 | 0 | 0.02 | 0.29 | 162 | 0.06 | 0.69 |
Hex | AC | B6 | B3 | 5 | 0 | 2 | 1D | A2 | 6 | 45 |
Octal | 254 | 266 | 263 | 5 | 0 | 2 | 35 | 242 | 6 | 105 |
Binary | 10101100 | 10110110 | 10110011 | 101 | 0 | 10 | 11101 | 10100010 | 110 | 1000101 |
Color Harmonies of #ACB6B3
Complementary color
Monochromatic Colors of #ACB6B3
Black with #ACB6B3
Text Example
Text Example
White with #ACB6B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB6B3; }
p { color: rgb(172,182,179); }
H1.HeaderClassName
{
color: #ACB6B3;
}
.AnyTagClassName
{
color: #ACB6B3;
}
</style>
background-color css
<style>
a { background-color: #ACB6B3; }
a { background-color: rgb(172,182,179); }
div.DivClassName
{
background-color: #ACB6B3;
}
.BgClassName
{
background-color: #ACB6B3;
}
</style>
border-color css
<style>
span { border-color: #ACB6B3; }
span { border-color: rgb(172,182,179); }
td.TdClassName
{
border-color: #ACB6B3;
}
.TagClassName
{
border-color: #ACB6B3;
}
</style>