Shades of Casper #A8BCBF
Tints of Casper #A8BCBF
RGB
CMYK
RGB Variations
Color information
#A8BCBF (or 0xA8BCBF) is known color: Casper. HEX triplet: A8, BC and BF. RGB value is (168,188,191). Sum of RGB (Red+Green+Blue) = 168+188+191=547 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.71% from 547); Green value is 188 (73.83% from 255 or 34.37% from 547); Blue value is 191 (75% from 255 or 34.92% from 547); Max value from RGB is 191 - color contains mainly: blue. Hex color #A8BCBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BCBF is #574340. Grayscale: #B6B6B6. Windows color (decimal): -5718849 or 12565672. OLE color: 12565672.
HSL color Cylindrical-coordinate representation of color #A8BCBF: hue angle of 187.83º degrees, saturation: 0.15, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A8BCBF is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 188 | 191 | - |
| CMYK | 0.12 | 0.02 | 0 | 0.25 |
| HSL | 187.83º | 0.15% | 0.7% | - |
| HSV(B) | 187.83º | 0.12% | 0.75% | - |
| XYZ | 43.54 | 48.05 | 56.27 | - |
| YUV | 182.36 | 132.87 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 188 | 191 | 0.12 | 0.02 | 0 | 0.25 | 187.83 | 0.15 | 0.7 |
| Hex | A8 | BC | BF | C | 2 | 0 | 19 | BC | F | 46 |
| Octal | 250 | 274 | 277 | 14 | 2 | 0 | 31 | 274 | 17 | 106 |
| Binary | 10101000 | 10111100 | 10111111 | 1100 | 10 | 0 | 11001 | 10111100 | 1111 | 1000110 |
Color Harmonies of #A8BCBF
Complementary color
Monochromatic Colors of #A8BCBF
Black with #A8BCBF
Text Example
Text Example
White with #A8BCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BCBF; }
p { color: rgb(168,188,191); }
H1.HeaderClassName
{
color: #A8BCBF;
}
.AnyTagClassName
{
color: #A8BCBF;
}
</style>
background-color css
<style>
a { background-color: #A8BCBF; }
a { background-color: rgb(168,188,191); }
div.DivClassName
{
background-color: #A8BCBF;
}
.BgClassName
{
background-color: #A8BCBF;
}
</style>
border-color css
<style>
span { border-color: #A8BCBF; }
span { border-color: rgb(168,188,191); }
td.TdClassName
{
border-color: #A8BCBF;
}
.TagClassName
{
border-color: #A8BCBF;
}
</style>