Shades of Casper #A5BCBE
Tints of Casper #A5BCBE
RGB
CMYK
RGB Variations
Color information
#A5BCBE (or 0xA5BCBE) is known color: Casper. HEX triplet: A5, BC and BE. RGB value is (165,188,190). Sum of RGB (Red+Green+Blue) = 165+188+190=543 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.39% from 543); Green value is 188 (73.83% from 255 or 34.62% from 543); Blue value is 190 (74.61% from 255 or 34.99% from 543); Max value from RGB is 190 - color contains mainly: blue. Hex color #A5BCBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5BCBE is #5A4341. Grayscale: #B5B5B5. Windows color (decimal): -5915458 or 12500133. OLE color: 12500133.
HSL color Cylindrical-coordinate representation of color #A5BCBE: hue angle of 184.8º degrees, saturation: 0.16, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A5BCBE is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 165 | 188 | 190 | - |
| CMYK | 0.13 | 0.01 | 0 | 0.25 |
| HSL | 184.8º | 0.16% | 0.7% | - |
| HSV(B) | 184.8º | 0.13% | 0.75% | - |
| XYZ | 42.79 | 47.68 | 55.66 | - |
| YUV | 181.35 | 132.88 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 188 | 190 | 0.13 | 0.01 | 0 | 0.25 | 184.8 | 0.16 | 0.7 |
| Hex | A5 | BC | BE | D | 1 | 0 | 19 | B9 | 10 | 46 |
| Octal | 245 | 274 | 276 | 15 | 1 | 0 | 31 | 271 | 20 | 106 |
| Binary | 10100101 | 10111100 | 10111110 | 1101 | 1 | 0 | 11001 | 10111001 | 10000 | 1000110 |
Color Harmonies of #A5BCBE
Complementary color
Monochromatic Colors of #A5BCBE
Black with #A5BCBE
Text Example
Text Example
White with #A5BCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BCBE; }
p { color: rgb(165,188,190); }
H1.HeaderClassName
{
color: #A5BCBE;
}
.AnyTagClassName
{
color: #A5BCBE;
}
</style>
background-color css
<style>
a { background-color: #A5BCBE; }
a { background-color: rgb(165,188,190); }
div.DivClassName
{
background-color: #A5BCBE;
}
.BgClassName
{
background-color: #A5BCBE;
}
</style>
border-color css
<style>
span { border-color: #A5BCBE; }
span { border-color: rgb(165,188,190); }
td.TdClassName
{
border-color: #A5BCBE;
}
.TagClassName
{
border-color: #A5BCBE;
}
</style>