Shades of Periglacial Blue #A7BDB5
Tints of Periglacial Blue #A7BDB5
RGB
CMYK
RGB Variations
Color information
#A7BDB5 (or 0xA7BDB5) is known color: Periglacial Blue. HEX triplet: A7, BD and B5. RGB value is (167,189,181). Sum of RGB (Red+Green+Blue) = 167+189+181=537 (71% of max value = 765). Red value is 167 (65.62% from 255 or 31.10% from 537); Green value is 189 (74.22% from 255 or 35.20% from 537); Blue value is 181 (71.09% from 255 or 33.71% from 537); Max value from RGB is 189 - color contains mainly: green. Hex color #A7BDB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7BDB5 is #58424A. Grayscale: #B5B5B5. Windows color (decimal): -5784139 or 11910567. OLE color: 11910567.
HSL color Cylindrical-coordinate representation of color #A7BDB5: hue angle of 158.18º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A7BDB5 is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 167 | 189 | 181 | - |
| CMYK | 0.12 | 0 | 0.04 | 0.26 |
| HSL | 158.18º | 0.14% | 0.7% | - |
| HSV(B) | 158.18º | 0.12% | 0.74% | - |
| XYZ | 42.47 | 47.95 | 50.73 | - |
| YUV | 181.51 | 127.71 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 189 | 181 | 0.12 | 0 | 0.04 | 0.26 | 158.18 | 0.14 | 0.7 |
| Hex | A7 | BD | B5 | C | 0 | 4 | 1A | 9E | E | 46 |
| Octal | 247 | 275 | 265 | 14 | 0 | 4 | 32 | 236 | 16 | 106 |
| Binary | 10100111 | 10111101 | 10110101 | 1100 | 0 | 100 | 11010 | 10011110 | 1110 | 1000110 |
Color Harmonies of #A7BDB5
Complementary color
Monochromatic Colors of #A7BDB5
Black with #A7BDB5
Text Example
Text Example
White with #A7BDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7BDB5; }
p { color: rgb(167,189,181); }
H1.HeaderClassName
{
color: #A7BDB5;
}
.AnyTagClassName
{
color: #A7BDB5;
}
</style>
background-color css
<style>
a { background-color: #A7BDB5; }
a { background-color: rgb(167,189,181); }
div.DivClassName
{
background-color: #A7BDB5;
}
.BgClassName
{
background-color: #A7BDB5;
}
</style>
border-color css
<style>
span { border-color: #A7BDB5; }
span { border-color: rgb(167,189,181); }
td.TdClassName
{
border-color: #A7BDB5;
}
.TagClassName
{
border-color: #A7BDB5;
}
</style>