Shades of Periglacial Blue #A6BDB5
Tints of Periglacial Blue #A6BDB5
RGB
CMYK
RGB Variations
Color information
#A6BDB5 (or 0xA6BDB5) is known color: Periglacial Blue. HEX triplet: A6, BD and B5. RGB value is (166,189,181). Sum of RGB (Red+Green+Blue) = 166+189+181=536 (70% of max value = 765). Red value is 166 (65.23% from 255 or 30.97% from 536); Green value is 189 (74.22% from 255 or 35.26% from 536); Blue value is 181 (71.09% from 255 or 33.77% from 536); Max value from RGB is 189 - color contains mainly: green. Hex color #A6BDB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BDB5 is #59424A. Grayscale: #B5B5B5. Windows color (decimal): -5849675 or 11910566. OLE color: 11910566.
HSL color Cylindrical-coordinate representation of color #A6BDB5: hue angle of 159.13º degrees, saturation: 0.15, 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 #A6BDB5 is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
RGB | 166 | 189 | 181 | - |
CMYK | 0.12 | 0 | 0.04 | 0.26 |
HSL | 159.13º | 0.15% | 0.7% | - |
HSV(B) | 159.13º | 0.12% | 0.74% | - |
XYZ | 42.26 | 47.84 | 50.72 | - |
YUV | 181.21 | 127.88 | 117.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 166 | 189 | 181 | 0.12 | 0 | 0.04 | 0.26 | 159.13 | 0.15 | 0.7 |
Hex | A6 | BD | B5 | C | 0 | 4 | 1A | 9F | F | 46 |
Octal | 246 | 275 | 265 | 14 | 0 | 4 | 32 | 237 | 17 | 106 |
Binary | 10100110 | 10111101 | 10110101 | 1100 | 0 | 100 | 11010 | 10011111 | 1111 | 1000110 |
Color Harmonies of #A6BDB5
Complementary color
Monochromatic Colors of #A6BDB5
Black with #A6BDB5
Text Example
Text Example
White with #A6BDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BDB5; }
p { color: rgb(166,189,181); }
H1.HeaderClassName
{
color: #A6BDB5;
}
.AnyTagClassName
{
color: #A6BDB5;
}
</style>
background-color css
<style>
a { background-color: #A6BDB5; }
a { background-color: rgb(166,189,181); }
div.DivClassName
{
background-color: #A6BDB5;
}
.BgClassName
{
background-color: #A6BDB5;
}
</style>
border-color css
<style>
span { border-color: #A6BDB5; }
span { border-color: rgb(166,189,181); }
td.TdClassName
{
border-color: #A6BDB5;
}
.TagClassName
{
border-color: #A6BDB5;
}
</style>