Shades of Casper #A8BCC0
Tints of Casper #A8BCC0
RGB
CMYK
RGB Variations
Color information
#A8BCC0 (or 0xA8BCC0) is known color: Casper. HEX triplet: A8, BC and C0. RGB value is (168,188,192). Sum of RGB (Red+Green+Blue) = 168+188+192=548 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.66% from 548); Green value is 188 (73.83% from 255 or 34.31% from 548); Blue value is 192 (75.39% from 255 or 35.04% from 548); Max value from RGB is 192 - color contains mainly: blue. Hex color #A8BCC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BCC0 is #57433F. Grayscale: #B6B6B6. Windows color (decimal): -5718848 or 12631208. OLE color: 12631208.
HSL color Cylindrical-coordinate representation of color #A8BCC0: hue angle of 190º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A8BCC0 is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 168 | 188 | 192 | - |
CMYK | 0.12 | 0.02 | 0 | 0.25 |
HSL | 190º | 0.16% | 0.71% | - |
HSV(B) | 190º | 0.13% | 0.75% | - |
XYZ | 43.65 | 48.1 | 56.85 | - |
YUV | 182.48 | 133.37 | 117.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 188 | 192 | 0.12 | 0.02 | 0 | 0.25 | 190 | 0.16 | 0.71 |
Hex | A8 | BC | C0 | C | 2 | 0 | 19 | BE | 10 | 47 |
Octal | 250 | 274 | 300 | 14 | 2 | 0 | 31 | 276 | 20 | 107 |
Binary | 10101000 | 10111100 | 11000000 | 1100 | 10 | 0 | 11001 | 10111110 | 10000 | 1000111 |
Color Harmonies of #A8BCC0
Complementary color
Monochromatic Colors of #A8BCC0
Black with #A8BCC0
Text Example
Text Example
White with #A8BCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BCC0; }
p { color: rgb(168,188,192); }
H1.HeaderClassName
{
color: #A8BCC0;
}
.AnyTagClassName
{
color: #A8BCC0;
}
</style>
background-color css
<style>
a { background-color: #A8BCC0; }
a { background-color: rgb(168,188,192); }
div.DivClassName
{
background-color: #A8BCC0;
}
.BgClassName
{
background-color: #A8BCC0;
}
</style>
border-color css
<style>
span { border-color: #A8BCC0; }
span { border-color: rgb(168,188,192); }
td.TdClassName
{
border-color: #A8BCC0;
}
.TagClassName
{
border-color: #A8BCC0;
}
</style>