Shades of Casper #A2B2B4
Tints of Casper #A2B2B4
RGB
CMYK
RGB Variations
Color information
#A2B2B4 (or 0xA2B2B4) is known color: Casper. HEX triplet: A2, B2 and B4. RGB value is (162,178,180). Sum of RGB (Red+Green+Blue) = 162+178+180=520 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.15% from 520); Green value is 178 (69.92% from 255 or 34.23% from 520); Blue value is 180 (70.70% from 255 or 34.62% from 520); Max value from RGB is 180 - color contains mainly: blue. Hex color #A2B2B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2B2B4 is #5D4D4B. Grayscale: #ADADAD. Windows color (decimal): -6114636 or 11842210. OLE color: 11842210.
HSL color Cylindrical-coordinate representation of color #A2B2B4: hue angle of 186.67º degrees, saturation: 0.11, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A2B2B4 is Cyan = 0.1, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 178 | 180 | - |
| CMYK | 0.1 | 0.01 | 0 | 0.29 |
| HSL | 186.67º | 0.11% | 0.67% | - |
| HSV(B) | 186.67º | 0.1% | 0.71% | - |
| XYZ | 39.06 | 42.82 | 49.39 | - |
| YUV | 173.44 | 131.7 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 178 | 180 | 0.1 | 0.01 | 0 | 0.29 | 186.67 | 0.11 | 0.67 |
| Hex | A2 | B2 | B4 | A | 1 | 0 | 1D | BB | B | 43 |
| Octal | 242 | 262 | 264 | 12 | 1 | 0 | 35 | 273 | 13 | 103 |
| Binary | 10100010 | 10110010 | 10110100 | 1010 | 1 | 0 | 11101 | 10111011 | 1011 | 1000011 |
Color Harmonies of #A2B2B4
Complementary color
Monochromatic Colors of #A2B2B4
Black with #A2B2B4
Text Example
Text Example
White with #A2B2B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B2B4; }
p { color: rgb(162,178,180); }
H1.HeaderClassName
{
color: #A2B2B4;
}
.AnyTagClassName
{
color: #A2B2B4;
}
</style>
background-color css
<style>
a { background-color: #A2B2B4; }
a { background-color: rgb(162,178,180); }
div.DivClassName
{
background-color: #A2B2B4;
}
.BgClassName
{
background-color: #A2B2B4;
}
</style>
border-color css
<style>
span { border-color: #A2B2B4; }
span { border-color: rgb(162,178,180); }
td.TdClassName
{
border-color: #A2B2B4;
}
.TagClassName
{
border-color: #A2B2B4;
}
</style>