Shades of Casper #A2B6BE
Tints of Casper #A2B6BE
RGB
CMYK
RGB Variations
Color information
#A2B6BE (or 0xA2B6BE) is known color: Casper. HEX triplet: A2, B6 and BE. RGB value is (162,182,190). Sum of RGB (Red+Green+Blue) = 162+182+190=534 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.34% from 534); Green value is 182 (71.48% from 255 or 34.08% from 534); Blue value is 190 (74.61% from 255 or 35.58% from 534); Max value from RGB is 190 - color contains mainly: blue. Hex color #A2B6BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2B6BE is #5D4941. Grayscale: #B0B0B0. Windows color (decimal): -6113602 or 12498594. OLE color: 12498594.
HSL color Cylindrical-coordinate representation of color #A2B6BE: hue angle of 197.14º degrees, saturation: 0.18, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A2B6BE is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 162 | 182 | 190 | - |
CMYK | 0.15 | 0.04 | 0 | 0.25 |
HSL | 197.14º | 0.18% | 0.69% | - |
HSV(B) | 197.14º | 0.15% | 0.75% | - |
XYZ | 40.92 | 44.85 | 55.22 | - |
YUV | 176.93 | 135.37 | 117.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 182 | 190 | 0.15 | 0.04 | 0 | 0.25 | 197.14 | 0.18 | 0.69 |
Hex | A2 | B6 | BE | F | 4 | 0 | 19 | C5 | 12 | 45 |
Octal | 242 | 266 | 276 | 17 | 4 | 0 | 31 | 305 | 22 | 105 |
Binary | 10100010 | 10110110 | 10111110 | 1111 | 100 | 0 | 11001 | 11000101 | 10010 | 1000101 |
Color Harmonies of #A2B6BE
Complementary color
Monochromatic Colors of #A2B6BE
Black with #A2B6BE
Text Example
Text Example
White with #A2B6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B6BE; }
p { color: rgb(162,182,190); }
H1.HeaderClassName
{
color: #A2B6BE;
}
.AnyTagClassName
{
color: #A2B6BE;
}
</style>
background-color css
<style>
a { background-color: #A2B6BE; }
a { background-color: rgb(162,182,190); }
div.DivClassName
{
background-color: #A2B6BE;
}
.BgClassName
{
background-color: #A2B6BE;
}
</style>
border-color css
<style>
span { border-color: #A2B6BE; }
span { border-color: rgb(162,182,190); }
td.TdClassName
{
border-color: #A2B6BE;
}
.TagClassName
{
border-color: #A2B6BE;
}
</style>