Shades of Casper #A8B1B3
Tints of Casper #A8B1B3
RGB
CMYK
RGB Variations
Color information
#A8B1B3 (or 0xA8B1B3) is known color: Casper. HEX triplet: A8, B1 and B3. RGB value is (168,177,179). Sum of RGB (Red+Green+Blue) = 168+177+179=524 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.06% from 524); Green value is 177 (69.53% from 255 or 33.78% from 524); Blue value is 179 (70.31% from 255 or 34.16% from 524); Max value from RGB is 179 - color contains mainly: blue. Hex color #A8B1B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8B1B3 is #574E4C. Grayscale: #AEAEAE. Windows color (decimal): -5721677 or 11776424. OLE color: 11776424.
HSL color Cylindrical-coordinate representation of color #A8B1B3: hue angle of 190.91º degrees, saturation: 0.07, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A8B1B3 is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 168 | 177 | 179 | - |
| CMYK | 0.06 | 0.01 | 0 | 0.30 |
| HSL | 190.91º | 0.07% | 0.68% | - |
| HSV(B) | 190.91º | 0.06% | 0.7% | - |
| XYZ | 40.01 | 43.02 | 48.84 | - |
| YUV | 174.54 | 130.52 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 177 | 179 | 0.06 | 0.01 | 0 | 0.30 | 190.91 | 0.07 | 0.68 |
| Hex | A8 | B1 | B3 | 6 | 1 | 0 | 1E | BF | 7 | 44 |
| Octal | 250 | 261 | 263 | 6 | 1 | 0 | 36 | 277 | 7 | 104 |
| Binary | 10101000 | 10110001 | 10110011 | 110 | 1 | 0 | 11110 | 10111111 | 111 | 1000100 |
Color Harmonies of #A8B1B3
Complementary color
Monochromatic Colors of #A8B1B3
Black with #A8B1B3
Text Example
Text Example
White with #A8B1B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B1B3; }
p { color: rgb(168,177,179); }
H1.HeaderClassName
{
color: #A8B1B3;
}
.AnyTagClassName
{
color: #A8B1B3;
}
</style>
background-color css
<style>
a { background-color: #A8B1B3; }
a { background-color: rgb(168,177,179); }
div.DivClassName
{
background-color: #A8B1B3;
}
.BgClassName
{
background-color: #A8B1B3;
}
</style>
border-color css
<style>
span { border-color: #A8B1B3; }
span { border-color: rgb(168,177,179); }
td.TdClassName
{
border-color: #A8B1B3;
}
.TagClassName
{
border-color: #A8B1B3;
}
</style>