Shades of Casper #A5B6BC
Tints of Casper #A5B6BC
RGB
CMYK
RGB Variations
Color information
#A5B6BC (or 0xA5B6BC) is known color: Casper. HEX triplet: A5, B6 and BC. RGB value is (165,182,188). Sum of RGB (Red+Green+Blue) = 165+182+188=535 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.84% from 535); Green value is 182 (71.48% from 255 or 34.02% from 535); Blue value is 188 (73.83% from 255 or 35.14% from 535); Max value from RGB is 188 - color contains mainly: blue. Hex color #A5B6BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5B6BC is #5A4943. Grayscale: #B1B1B1. Windows color (decimal): -5916996 or 12367525. OLE color: 12367525.
HSL color Cylindrical-coordinate representation of color #A5B6BC: hue angle of 195.65º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A5B6BC is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 182 | 188 | - |
| CMYK | 0.12 | 0.03 | 0 | 0.26 |
| HSL | 195.65º | 0.15% | 0.69% | - |
| HSV(B) | 195.65º | 0.12% | 0.74% | - |
| XYZ | 41.32 | 45.09 | 54.1 | - |
| YUV | 177.6 | 133.87 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 182 | 188 | 0.12 | 0.03 | 0 | 0.26 | 195.65 | 0.15 | 0.69 |
| Hex | A5 | B6 | BC | C | 3 | 0 | 1A | C4 | F | 45 |
| Octal | 245 | 266 | 274 | 14 | 3 | 0 | 32 | 304 | 17 | 105 |
| Binary | 10100101 | 10110110 | 10111100 | 1100 | 11 | 0 | 11010 | 11000100 | 1111 | 1000101 |
Color Harmonies of #A5B6BC
Complementary color
Monochromatic Colors of #A5B6BC
Black with #A5B6BC
Text Example
Text Example
White with #A5B6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B6BC; }
p { color: rgb(165,182,188); }
H1.HeaderClassName
{
color: #A5B6BC;
}
.AnyTagClassName
{
color: #A5B6BC;
}
</style>
background-color css
<style>
a { background-color: #A5B6BC; }
a { background-color: rgb(165,182,188); }
div.DivClassName
{
background-color: #A5B6BC;
}
.BgClassName
{
background-color: #A5B6BC;
}
</style>
border-color css
<style>
span { border-color: #A5B6BC; }
span { border-color: rgb(165,182,188); }
td.TdClassName
{
border-color: #A5B6BC;
}
.TagClassName
{
border-color: #A5B6BC;
}
</style>