Shades of Periglacial Blue #ACBDB6
Tints of Periglacial Blue #ACBDB6
RGB
CMYK
RGB Variations
Color information
#ACBDB6 (or 0xACBDB6) is known color: Periglacial Blue. HEX triplet: AC, BD and B6. RGB value is (172,189,182). Sum of RGB (Red+Green+Blue) = 172+189+182=543 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.68% from 543); Green value is 189 (74.22% from 255 or 34.81% from 543); Blue value is 182 (71.48% from 255 or 33.52% from 543); Max value from RGB is 189 - color contains mainly: green. Hex color #ACBDB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBDB6 is #534249. Grayscale: #B7B7B7. Windows color (decimal): -5456458 or 11976108. OLE color: 11976108.
HSL color Cylindrical-coordinate representation of color #ACBDB6: hue angle of 155.29º 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 #ACBDB6 is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
RGB | 172 | 189 | 182 | - |
CMYK | 0.09 | 0 | 0.04 | 0.26 |
HSL | 155.29º | 0.11% | 0.71% | - |
HSV(B) | 155.29º | 0.09% | 0.74% | - |
XYZ | 43.65 | 48.54 | 51.32 | - |
YUV | 183.12 | 127.37 | 120.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 189 | 182 | 0.09 | 0 | 0.04 | 0.26 | 155.29 | 0.11 | 0.71 |
Hex | AC | BD | B6 | 9 | 0 | 4 | 1A | 9B | B | 47 |
Octal | 254 | 275 | 266 | 11 | 0 | 4 | 32 | 233 | 13 | 107 |
Binary | 10101100 | 10111101 | 10110110 | 1001 | 0 | 100 | 11010 | 10011011 | 1011 | 1000111 |
Color Harmonies of #ACBDB6
Complementary color
Monochromatic Colors of #ACBDB6
Black with #ACBDB6
Text Example
Text Example
White with #ACBDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBDB6; }
p { color: rgb(172,189,182); }
H1.HeaderClassName
{
color: #ACBDB6;
}
.AnyTagClassName
{
color: #ACBDB6;
}
</style>
background-color css
<style>
a { background-color: #ACBDB6; }
a { background-color: rgb(172,189,182); }
div.DivClassName
{
background-color: #ACBDB6;
}
.BgClassName
{
background-color: #ACBDB6;
}
</style>
border-color css
<style>
span { border-color: #ACBDB6; }
span { border-color: rgb(172,189,182); }
td.TdClassName
{
border-color: #ACBDB6;
}
.TagClassName
{
border-color: #ACBDB6;
}
</style>