Shades of Periglacial Blue #A2BDB2
Tints of Periglacial Blue #A2BDB2
RGB
CMYK
RGB Variations
Color information
#A2BDB2 (or 0xA2BDB2) is known color: Periglacial Blue. HEX triplet: A2, BD and B2. RGB value is (162,189,178). Sum of RGB (Red+Green+Blue) = 162+189+178=529 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.62% from 529); Green value is 189 (74.22% from 255 or 35.73% from 529); Blue value is 178 (69.92% from 255 or 33.65% from 529); Max value from RGB is 189 - color contains mainly: green. Hex color #A2BDB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BDB2 is #5D424D. Grayscale: #B3B3B3. Windows color (decimal): -6111822 or 11713954. OLE color: 11713954.
HSL color Cylindrical-coordinate representation of color #A2BDB2: hue angle of 155.56º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A2BDB2 is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
RGB | 162 | 189 | 178 | - |
CMYK | 0.14 | 0 | 0.06 | 0.26 |
HSL | 155.56º | 0.17% | 0.69% | - |
HSV(B) | 155.56º | 0.14% | 0.74% | - |
XYZ | 41.13 | 47.29 | 49.08 | - |
YUV | 179.67 | 127.05 | 115.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 189 | 178 | 0.14 | 0 | 0.06 | 0.26 | 155.56 | 0.17 | 0.69 |
Hex | A2 | BD | B2 | E | 0 | 6 | 1A | 9C | 11 | 45 |
Octal | 242 | 275 | 262 | 16 | 0 | 6 | 32 | 234 | 21 | 105 |
Binary | 10100010 | 10111101 | 10110010 | 1110 | 0 | 110 | 11010 | 10011100 | 10001 | 1000101 |
Color Harmonies of #A2BDB2
Complementary color
Monochromatic Colors of #A2BDB2
Black with #A2BDB2
Text Example
Text Example
White with #A2BDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BDB2; }
p { color: rgb(162,189,178); }
H1.HeaderClassName
{
color: #A2BDB2;
}
.AnyTagClassName
{
color: #A2BDB2;
}
</style>
background-color css
<style>
a { background-color: #A2BDB2; }
a { background-color: rgb(162,189,178); }
div.DivClassName
{
background-color: #A2BDB2;
}
.BgClassName
{
background-color: #A2BDB2;
}
</style>
border-color css
<style>
span { border-color: #A2BDB2; }
span { border-color: rgb(162,189,178); }
td.TdClassName
{
border-color: #A2BDB2;
}
.TagClassName
{
border-color: #A2BDB2;
}
</style>