Shades of Casper #A2B5BB
Tints of Casper #A2B5BB
RGB
CMYK
RGB Variations
Color information
#A2B5BB (or 0xA2B5BB) is known color: Casper. HEX triplet: A2, B5 and BB. RGB value is (162,181,187). Sum of RGB (Red+Green+Blue) = 162+181+187=530 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.57% from 530); Green value is 181 (71.09% from 255 or 34.15% from 530); Blue value is 187 (73.44% from 255 or 35.28% from 530); Max value from RGB is 187 - color contains mainly: blue. Hex color #A2B5BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2B5BB is #5D4A44. Grayscale: #AFAFAF. Windows color (decimal): -6113861 or 12301730. OLE color: 12301730.
HSL color Cylindrical-coordinate representation of color #A2B5BB: hue angle of 194.4º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A2B5BB is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 181 | 187 | - |
| CMYK | 0.13 | 0.03 | 0 | 0.27 |
| HSL | 194.4º | 0.16% | 0.68% | - |
| HSV(B) | 194.4º | 0.13% | 0.73% | - |
| XYZ | 40.39 | 44.32 | 53.44 | - |
| YUV | 176 | 134.21 | 118.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 181 | 187 | 0.13 | 0.03 | 0 | 0.27 | 194.4 | 0.16 | 0.68 |
| Hex | A2 | B5 | BB | D | 3 | 0 | 1B | C2 | 10 | 44 |
| Octal | 242 | 265 | 273 | 15 | 3 | 0 | 33 | 302 | 20 | 104 |
| Binary | 10100010 | 10110101 | 10111011 | 1101 | 11 | 0 | 11011 | 11000010 | 10000 | 1000100 |
Color Harmonies of #A2B5BB
Complementary color
Monochromatic Colors of #A2B5BB
Black with #A2B5BB
Text Example
Text Example
White with #A2B5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B5BB; }
p { color: rgb(162,181,187); }
H1.HeaderClassName
{
color: #A2B5BB;
}
.AnyTagClassName
{
color: #A2B5BB;
}
</style>
background-color css
<style>
a { background-color: #A2B5BB; }
a { background-color: rgb(162,181,187); }
div.DivClassName
{
background-color: #A2B5BB;
}
.BgClassName
{
background-color: #A2B5BB;
}
</style>
border-color css
<style>
span { border-color: #A2B5BB; }
span { border-color: rgb(162,181,187); }
td.TdClassName
{
border-color: #A2B5BB;
}
.TagClassName
{
border-color: #A2B5BB;
}
</style>