Shades of Casper #A8B8BD
Tints of Casper #A8B8BD
RGB
CMYK
RGB Variations
Color information
#A8B8BD (or 0xA8B8BD) is known color: Casper. HEX triplet: A8, B8 and BD. RGB value is (168,184,189). Sum of RGB (Red+Green+Blue) = 168+184+189=541 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.05% from 541); Green value is 184 (72.27% from 255 or 34.01% from 541); Blue value is 189 (74.22% from 255 or 34.94% from 541); Max value from RGB is 189 - color contains mainly: blue. Hex color #A8B8BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8B8BD is #574742. Grayscale: #B3B3B3. Windows color (decimal): -5719875 or 12433576. OLE color: 12433576.
HSL color Cylindrical-coordinate representation of color #A8B8BD: hue angle of 194.29º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A8B8BD is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 184 | 189 | - |
| CMYK | 0.11 | 0.03 | 0 | 0.26 |
| HSL | 194.29º | 0.14% | 0.7% | - |
| HSV(B) | 194.29º | 0.11% | 0.74% | - |
| XYZ | 42.47 | 46.28 | 54.84 | - |
| YUV | 179.79 | 133.2 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 184 | 189 | 0.11 | 0.03 | 0 | 0.26 | 194.29 | 0.14 | 0.7 |
| Hex | A8 | B8 | BD | B | 3 | 0 | 1A | C2 | E | 46 |
| Octal | 250 | 270 | 275 | 13 | 3 | 0 | 32 | 302 | 16 | 106 |
| Binary | 10101000 | 10111000 | 10111101 | 1011 | 11 | 0 | 11010 | 11000010 | 1110 | 1000110 |
Color Harmonies of #A8B8BD
Complementary color
Monochromatic Colors of #A8B8BD
Black with #A8B8BD
Text Example
Text Example
White with #A8B8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B8BD; }
p { color: rgb(168,184,189); }
H1.HeaderClassName
{
color: #A8B8BD;
}
.AnyTagClassName
{
color: #A8B8BD;
}
</style>
background-color css
<style>
a { background-color: #A8B8BD; }
a { background-color: rgb(168,184,189); }
div.DivClassName
{
background-color: #A8B8BD;
}
.BgClassName
{
background-color: #A8B8BD;
}
</style>
border-color css
<style>
span { border-color: #A8B8BD; }
span { border-color: rgb(168,184,189); }
td.TdClassName
{
border-color: #A8B8BD;
}
.TagClassName
{
border-color: #A8B8BD;
}
</style>