Shades of Periglacial Blue #ACBDB7
Tints of Periglacial Blue #ACBDB7
RGB
CMYK
RGB Variations
Color information
#ACBDB7 (or 0xACBDB7) is known color: Periglacial Blue. HEX triplet: AC, BD and B7. RGB value is (172,189,183). Sum of RGB (Red+Green+Blue) = 172+189+183=544 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.62% from 544); Green value is 189 (74.22% from 255 or 34.74% from 544); Blue value is 183 (71.88% from 255 or 33.64% from 544); Max value from RGB is 189 - color contains mainly: green. Hex color #ACBDB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBDB7 is #534248. Grayscale: #B7B7B7. Windows color (decimal): -5456457 or 12041644. OLE color: 12041644.
HSL color Cylindrical-coordinate representation of color #ACBDB7: hue angle of 158.82º degrees, saturation: 0.11, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ACBDB7 is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
RGB | 172 | 189 | 183 | - |
CMYK | 0.09 | 0 | 0.03 | 0.26 |
HSL | 158.82º | 0.11% | 0.71% | - |
HSV(B) | 158.82º | 0.09% | 0.74% | - |
XYZ | 43.76 | 48.58 | 51.87 | - |
YUV | 183.23 | 127.87 | 119.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 189 | 183 | 0.09 | 0 | 0.03 | 0.26 | 158.82 | 0.11 | 0.71 |
Hex | AC | BD | B7 | 9 | 0 | 3 | 1A | 9F | B | 47 |
Octal | 254 | 275 | 267 | 11 | 0 | 3 | 32 | 237 | 13 | 107 |
Binary | 10101100 | 10111101 | 10110111 | 1001 | 0 | 11 | 11010 | 10011111 | 1011 | 1000111 |
Color Harmonies of #ACBDB7
Complementary color
Monochromatic Colors of #ACBDB7
Black with #ACBDB7
Text Example
Text Example
White with #ACBDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBDB7; }
p { color: rgb(172,189,183); }
H1.HeaderClassName
{
color: #ACBDB7;
}
.AnyTagClassName
{
color: #ACBDB7;
}
</style>
background-color css
<style>
a { background-color: #ACBDB7; }
a { background-color: rgb(172,189,183); }
div.DivClassName
{
background-color: #ACBDB7;
}
.BgClassName
{
background-color: #ACBDB7;
}
</style>
border-color css
<style>
span { border-color: #ACBDB7; }
span { border-color: rgb(172,189,183); }
td.TdClassName
{
border-color: #ACBDB7;
}
.TagClassName
{
border-color: #ACBDB7;
}
</style>