Shades of Casper #A7B8BD
Tints of Casper #A7B8BD
RGB
CMYK
RGB Variations
Color information
#A7B8BD (or 0xA7B8BD) is known color: Casper. HEX triplet: A7, B8 and BD. RGB value is (167,184,189). Sum of RGB (Red+Green+Blue) = 167+184+189=540 (71% of max value = 765). Red value is 167 (65.62% from 255 or 30.93% from 540); Green value is 184 (72.27% from 255 or 34.07% from 540); Blue value is 189 (74.22% from 255 or 35% from 540); Max value from RGB is 189 - color contains mainly: blue. Hex color #A7B8BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7B8BD is #584742. Grayscale: #B3B3B3. Windows color (decimal): -5785411 or 12433575. OLE color: 12433575.
HSL color Cylindrical-coordinate representation of color #A7B8BD: hue angle of 193.64º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A7B8BD is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 167 | 184 | 189 | - |
| CMYK | 0.12 | 0.03 | 0 | 0.26 |
| HSL | 193.64º | 0.14% | 0.7% | - |
| HSV(B) | 193.64º | 0.12% | 0.74% | - |
| XYZ | 42.26 | 46.17 | 54.83 | - |
| YUV | 179.49 | 133.37 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 184 | 189 | 0.12 | 0.03 | 0 | 0.26 | 193.64 | 0.14 | 0.7 |
| Hex | A7 | B8 | BD | C | 3 | 0 | 1A | C2 | E | 46 |
| Octal | 247 | 270 | 275 | 14 | 3 | 0 | 32 | 302 | 16 | 106 |
| Binary | 10100111 | 10111000 | 10111101 | 1100 | 11 | 0 | 11010 | 11000010 | 1110 | 1000110 |
Color Harmonies of #A7B8BD
Complementary color
Monochromatic Colors of #A7B8BD
Black with #A7B8BD
Text Example
Text Example
White with #A7B8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B8BD; }
p { color: rgb(167,184,189); }
H1.HeaderClassName
{
color: #A7B8BD;
}
.AnyTagClassName
{
color: #A7B8BD;
}
</style>
background-color css
<style>
a { background-color: #A7B8BD; }
a { background-color: rgb(167,184,189); }
div.DivClassName
{
background-color: #A7B8BD;
}
.BgClassName
{
background-color: #A7B8BD;
}
</style>
border-color css
<style>
span { border-color: #A7B8BD; }
span { border-color: rgb(167,184,189); }
td.TdClassName
{
border-color: #A7B8BD;
}
.TagClassName
{
border-color: #A7B8BD;
}
</style>