Shades of Periglacial Blue #A9BCB5
Tints of Periglacial Blue #A9BCB5
RGB
CMYK
RGB Variations
Color information
#A9BCB5 (or 0xA9BCB5) is known color: Periglacial Blue. HEX triplet: A9, BC and B5. RGB value is (169,188,181). Sum of RGB (Red+Green+Blue) = 169+188+181=538 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.41% from 538); Green value is 188 (73.83% from 255 or 34.94% from 538); Blue value is 181 (71.09% from 255 or 33.64% from 538); Max value from RGB is 188 - color contains mainly: green. Hex color #A9BCB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BCB5 is #56434A. Grayscale: #B5B5B5. Windows color (decimal): -5653323 or 11910313. OLE color: 11910313.
HSL color Cylindrical-coordinate representation of color #A9BCB5: hue angle of 157.89º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A9BCB5 is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 169 | 188 | 181 | - |
| CMYK | 0.10 | 0 | 0.04 | 0.26 |
| HSL | 157.89º | 0.12% | 0.7% | - |
| HSV(B) | 157.89º | 0.1% | 0.74% | - |
| XYZ | 42.69 | 47.74 | 50.68 | - |
| YUV | 181.52 | 127.71 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 188 | 181 | 0.10 | 0 | 0.04 | 0.26 | 157.89 | 0.12 | 0.7 |
| Hex | A9 | BC | B5 | A | 0 | 4 | 1A | 9E | C | 46 |
| Octal | 251 | 274 | 265 | 12 | 0 | 4 | 32 | 236 | 14 | 106 |
| Binary | 10101001 | 10111100 | 10110101 | 1010 | 0 | 100 | 11010 | 10011110 | 1100 | 1000110 |
Color Harmonies of #A9BCB5
Complementary color
Monochromatic Colors of #A9BCB5
Black with #A9BCB5
Text Example
Text Example
White with #A9BCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BCB5; }
p { color: rgb(169,188,181); }
H1.HeaderClassName
{
color: #A9BCB5;
}
.AnyTagClassName
{
color: #A9BCB5;
}
</style>
background-color css
<style>
a { background-color: #A9BCB5; }
a { background-color: rgb(169,188,181); }
div.DivClassName
{
background-color: #A9BCB5;
}
.BgClassName
{
background-color: #A9BCB5;
}
</style>
border-color css
<style>
span { border-color: #A9BCB5; }
span { border-color: rgb(169,188,181); }
td.TdClassName
{
border-color: #A9BCB5;
}
.TagClassName
{
border-color: #A9BCB5;
}
</style>