Shades of Casper #A8B4B9
Tints of Casper #A8B4B9
RGB
CMYK
RGB Variations
Color information
#A8B4B9 (or 0xA8B4B9) is known color: Casper. HEX triplet: A8, B4 and B9. RGB value is (168,180,185). Sum of RGB (Red+Green+Blue) = 168+180+185=533 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.52% from 533); Green value is 180 (70.70% from 255 or 33.77% from 533); Blue value is 185 (72.66% from 255 or 34.71% from 533); Max value from RGB is 185 - color contains mainly: blue. Hex color #A8B4B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8B4B9 is #574B46. Grayscale: #B0B0B0. Windows color (decimal): -5720903 or 12170408. OLE color: 12170408.
HSL color Cylindrical-coordinate representation of color #A8B4B9: hue angle of 197.65º degrees, saturation: 0.11, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A8B4B9 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 180 | 185 | - |
| CMYK | 0.09 | 0.03 | 0 | 0.27 |
| HSL | 197.65º | 0.11% | 0.69% | - |
| HSV(B) | 197.65º | 0.09% | 0.73% | - |
| XYZ | 41.23 | 44.47 | 52.31 | - |
| YUV | 176.98 | 132.52 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 180 | 185 | 0.09 | 0.03 | 0 | 0.27 | 197.65 | 0.11 | 0.69 |
| Hex | A8 | B4 | B9 | 9 | 3 | 0 | 1B | C6 | B | 45 |
| Octal | 250 | 264 | 271 | 11 | 3 | 0 | 33 | 306 | 13 | 105 |
| Binary | 10101000 | 10110100 | 10111001 | 1001 | 11 | 0 | 11011 | 11000110 | 1011 | 1000101 |
Color Harmonies of #A8B4B9
Complementary color
Monochromatic Colors of #A8B4B9
Black with #A8B4B9
Text Example
Text Example
White with #A8B4B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B4B9; }
p { color: rgb(168,180,185); }
H1.HeaderClassName
{
color: #A8B4B9;
}
.AnyTagClassName
{
color: #A8B4B9;
}
</style>
background-color css
<style>
a { background-color: #A8B4B9; }
a { background-color: rgb(168,180,185); }
div.DivClassName
{
background-color: #A8B4B9;
}
.BgClassName
{
background-color: #A8B4B9;
}
</style>
border-color css
<style>
span { border-color: #A8B4B9; }
span { border-color: rgb(168,180,185); }
td.TdClassName
{
border-color: #A8B4B9;
}
.TagClassName
{
border-color: #A8B4B9;
}
</style>