Shades of Periglacial Blue #A6BFB5
Tints of Periglacial Blue #A6BFB5
RGB
CMYK
RGB Variations
Color information
#A6BFB5 (or 0xA6BFB5) is known color: Periglacial Blue. HEX triplet: A6, BF and B5. RGB value is (166,191,181). Sum of RGB (Red+Green+Blue) = 166+191+181=538 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.86% from 538); Green value is 191 (75% from 255 or 35.50% from 538); Blue value is 181 (71.09% from 255 or 33.64% from 538); Max value from RGB is 191 - color contains mainly: green. Hex color #A6BFB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BFB5 is #59404A. Grayscale: #B6B6B6. Windows color (decimal): -5849163 or 11911078. OLE color: 11911078.
HSL color Cylindrical-coordinate representation of color #A6BFB5: hue angle of 156º degrees, saturation: 0.16, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A6BFB5 is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 191 | 181 | - |
| CMYK | 0.13 | 0 | 0.05 | 0.25 |
| HSL | 156º | 0.16% | 0.7% | - |
| HSV(B) | 156º | 0.13% | 0.75% | - |
| XYZ | 42.7 | 48.7 | 50.87 | - |
| YUV | 182.39 | 127.22 | 116.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 191 | 181 | 0.13 | 0 | 0.05 | 0.25 | 156 | 0.16 | 0.7 |
| Hex | A6 | BF | B5 | D | 0 | 5 | 19 | 9C | 10 | 46 |
| Octal | 246 | 277 | 265 | 15 | 0 | 5 | 31 | 234 | 20 | 106 |
| Binary | 10100110 | 10111111 | 10110101 | 1101 | 0 | 101 | 11001 | 10011100 | 10000 | 1000110 |
Color Harmonies of #A6BFB5
Complementary color
Monochromatic Colors of #A6BFB5
Black with #A6BFB5
Text Example
Text Example
White with #A6BFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BFB5; }
p { color: rgb(166,191,181); }
H1.HeaderClassName
{
color: #A6BFB5;
}
.AnyTagClassName
{
color: #A6BFB5;
}
</style>
background-color css
<style>
a { background-color: #A6BFB5; }
a { background-color: rgb(166,191,181); }
div.DivClassName
{
background-color: #A6BFB5;
}
.BgClassName
{
background-color: #A6BFB5;
}
</style>
border-color css
<style>
span { border-color: #A6BFB5; }
span { border-color: rgb(166,191,181); }
td.TdClassName
{
border-color: #A6BFB5;
}
.TagClassName
{
border-color: #A6BFB5;
}
</style>