Shades of Periglacial Blue #A7BCB4
Tints of Periglacial Blue #A7BCB4
RGB
CMYK
RGB Variations
Color information
#A7BCB4 (or 0xA7BCB4) is known color: Periglacial Blue. HEX triplet: A7, BC and B4. RGB value is (167,188,180). Sum of RGB (Red+Green+Blue) = 167+188+180=535 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.21% from 535); Green value is 188 (73.83% from 255 or 35.14% from 535); Blue value is 180 (70.70% from 255 or 33.64% from 535); Max value from RGB is 188 - color contains mainly: green. Hex color #A7BCB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7BCB4 is #58434B. Grayscale: #B4B4B4. Windows color (decimal): -5784396 or 11844775. OLE color: 11844775.
HSL color Cylindrical-coordinate representation of color #A7BCB4: hue angle of 157.14º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A7BCB4 is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 167 | 188 | 180 | - |
| CMYK | 0.11 | 0 | 0.04 | 0.26 |
| HSL | 157.14º | 0.14% | 0.7% | - |
| HSV(B) | 157.14º | 0.11% | 0.74% | - |
| XYZ | 42.16 | 47.48 | 50.12 | - |
| YUV | 180.81 | 127.54 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 188 | 180 | 0.11 | 0 | 0.04 | 0.26 | 157.14 | 0.14 | 0.7 |
| Hex | A7 | BC | B4 | B | 0 | 4 | 1A | 9D | E | 46 |
| Octal | 247 | 274 | 264 | 13 | 0 | 4 | 32 | 235 | 16 | 106 |
| Binary | 10100111 | 10111100 | 10110100 | 1011 | 0 | 100 | 11010 | 10011101 | 1110 | 1000110 |
Color Harmonies of #A7BCB4
Complementary color
Monochromatic Colors of #A7BCB4
Black with #A7BCB4
Text Example
Text Example
White with #A7BCB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7BCB4; }
p { color: rgb(167,188,180); }
H1.HeaderClassName
{
color: #A7BCB4;
}
.AnyTagClassName
{
color: #A7BCB4;
}
</style>
background-color css
<style>
a { background-color: #A7BCB4; }
a { background-color: rgb(167,188,180); }
div.DivClassName
{
background-color: #A7BCB4;
}
.BgClassName
{
background-color: #A7BCB4;
}
</style>
border-color css
<style>
span { border-color: #A7BCB4; }
span { border-color: rgb(167,188,180); }
td.TdClassName
{
border-color: #A7BCB4;
}
.TagClassName
{
border-color: #A7BCB4;
}
</style>