Shades of Casper #A4B8BE
Tints of Casper #A4B8BE
RGB
CMYK
RGB Variations
Color information
#A4B8BE (or 0xA4B8BE) is known color: Casper. HEX triplet: A4, B8 and BE. RGB value is (164,184,190). Sum of RGB (Red+Green+Blue) = 164+184+190=538 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.48% from 538); Green value is 184 (72.27% from 255 or 34.20% from 538); Blue value is 190 (74.61% from 255 or 35.32% from 538); Max value from RGB is 190 - color contains mainly: blue. Hex color #A4B8BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4B8BE is #5B4741. Grayscale: #B2B2B2. Windows color (decimal): -5982018 or 12499108. OLE color: 12499108.
HSL color Cylindrical-coordinate representation of color #A4B8BE: hue angle of 193.85º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A4B8BE is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 164 | 184 | 190 | - |
| CMYK | 0.14 | 0.03 | 0 | 0.25 |
| HSL | 193.85º | 0.17% | 0.69% | - |
| HSV(B) | 193.85º | 0.14% | 0.75% | - |
| XYZ | 41.74 | 45.89 | 55.37 | - |
| YUV | 178.7 | 134.37 | 117.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 184 | 190 | 0.14 | 0.03 | 0 | 0.25 | 193.85 | 0.17 | 0.69 |
| Hex | A4 | B8 | BE | E | 3 | 0 | 19 | C2 | 11 | 45 |
| Octal | 244 | 270 | 276 | 16 | 3 | 0 | 31 | 302 | 21 | 105 |
| Binary | 10100100 | 10111000 | 10111110 | 1110 | 11 | 0 | 11001 | 11000010 | 10001 | 1000101 |
Color Harmonies of #A4B8BE
Complementary color
Monochromatic Colors of #A4B8BE
Black with #A4B8BE
Text Example
Text Example
White with #A4B8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B8BE; }
p { color: rgb(164,184,190); }
H1.HeaderClassName
{
color: #A4B8BE;
}
.AnyTagClassName
{
color: #A4B8BE;
}
</style>
background-color css
<style>
a { background-color: #A4B8BE; }
a { background-color: rgb(164,184,190); }
div.DivClassName
{
background-color: #A4B8BE;
}
.BgClassName
{
background-color: #A4B8BE;
}
</style>
border-color css
<style>
span { border-color: #A4B8BE; }
span { border-color: rgb(164,184,190); }
td.TdClassName
{
border-color: #A4B8BE;
}
.TagClassName
{
border-color: #A4B8BE;
}
</style>