Shades of Periglacial Blue #A9BCB3
Tints of Periglacial Blue #A9BCB3
RGB
CMYK
RGB Variations
Color information
#A9BCB3 (or 0xA9BCB3) is known color: Periglacial Blue. HEX triplet: A9, BC and B3. RGB value is (169,188,179). Sum of RGB (Red+Green+Blue) = 169+188+179=536 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.53% from 536); Green value is 188 (73.83% from 255 or 35.07% from 536); Blue value is 179 (70.31% from 255 or 33.40% from 536); Max value from RGB is 188 - color contains mainly: green. Hex color #A9BCB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BCB3 is #56434C. Grayscale: #B5B5B5. Windows color (decimal): -5653325 or 11779241. OLE color: 11779241.
HSL color Cylindrical-coordinate representation of color #A9BCB3: hue angle of 151.58º 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 #A9BCB3 is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 169 | 188 | 179 | - |
| CMYK | 0.10 | 0 | 0.05 | 0.26 |
| HSL | 151.58º | 0.12% | 0.7% | - |
| HSV(B) | 151.58º | 0.1% | 0.74% | - |
| XYZ | 42.48 | 47.66 | 49.61 | - |
| YUV | 181.29 | 126.71 | 119.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 188 | 179 | 0.10 | 0 | 0.05 | 0.26 | 151.58 | 0.12 | 0.7 |
| Hex | A9 | BC | B3 | A | 0 | 5 | 1A | 98 | C | 46 |
| Octal | 251 | 274 | 263 | 12 | 0 | 5 | 32 | 230 | 14 | 106 |
| Binary | 10101001 | 10111100 | 10110011 | 1010 | 0 | 101 | 11010 | 10011000 | 1100 | 1000110 |
Color Harmonies of #A9BCB3
Complementary color
Monochromatic Colors of #A9BCB3
Black with #A9BCB3
Text Example
Text Example
White with #A9BCB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BCB3; }
p { color: rgb(169,188,179); }
H1.HeaderClassName
{
color: #A9BCB3;
}
.AnyTagClassName
{
color: #A9BCB3;
}
</style>
background-color css
<style>
a { background-color: #A9BCB3; }
a { background-color: rgb(169,188,179); }
div.DivClassName
{
background-color: #A9BCB3;
}
.BgClassName
{
background-color: #A9BCB3;
}
</style>
border-color css
<style>
span { border-color: #A9BCB3; }
span { border-color: rgb(169,188,179); }
td.TdClassName
{
border-color: #A9BCB3;
}
.TagClassName
{
border-color: #A9BCB3;
}
</style>