Shades of Casper #A6B7BC
Tints of Casper #A6B7BC
RGB
CMYK
RGB Variations
Color information
#A6B7BC (or 0xA6B7BC) is known color: Casper. HEX triplet: A6, B7 and BC. RGB value is (166,183,188). Sum of RGB (Red+Green+Blue) = 166+183+188=537 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.91% from 537); Green value is 183 (71.88% from 255 or 34.08% from 537); Blue value is 188 (73.83% from 255 or 35.01% from 537); Max value from RGB is 188 - color contains mainly: blue. Hex color #A6B7BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6B7BC is #594843. Grayscale: #B2B2B2. Windows color (decimal): -5851204 or 12367782. OLE color: 12367782.
HSL color Cylindrical-coordinate representation of color #A6B7BC: hue angle of 193.64º degrees, saturation: 0.14, 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 #A6B7BC is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 183 | 188 | - |
| CMYK | 0.12 | 0.03 | 0 | 0.26 |
| HSL | 193.64º | 0.14% | 0.69% | - |
| HSV(B) | 193.64º | 0.12% | 0.74% | - |
| XYZ | 41.74 | 45.6 | 54.18 | - |
| YUV | 178.49 | 133.37 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 183 | 188 | 0.12 | 0.03 | 0 | 0.26 | 193.64 | 0.14 | 0.69 |
| Hex | A6 | B7 | BC | C | 3 | 0 | 1A | C2 | E | 45 |
| Octal | 246 | 267 | 274 | 14 | 3 | 0 | 32 | 302 | 16 | 105 |
| Binary | 10100110 | 10110111 | 10111100 | 1100 | 11 | 0 | 11010 | 11000010 | 1110 | 1000101 |
Color Harmonies of #A6B7BC
Complementary color
Monochromatic Colors of #A6B7BC
Black with #A6B7BC
Text Example
Text Example
White with #A6B7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B7BC; }
p { color: rgb(166,183,188); }
H1.HeaderClassName
{
color: #A6B7BC;
}
.AnyTagClassName
{
color: #A6B7BC;
}
</style>
background-color css
<style>
a { background-color: #A6B7BC; }
a { background-color: rgb(166,183,188); }
div.DivClassName
{
background-color: #A6B7BC;
}
.BgClassName
{
background-color: #A6B7BC;
}
</style>
border-color css
<style>
span { border-color: #A6B7BC; }
span { border-color: rgb(166,183,188); }
td.TdClassName
{
border-color: #A6B7BC;
}
.TagClassName
{
border-color: #A6B7BC;
}
</style>