Shades of Casper #A6B9BB
Tints of Casper #A6B9BB
RGB
CMYK
RGB Variations
Color information
#A6B9BB (or 0xA6B9BB) is known color: Casper. HEX triplet: A6, B9 and BB. RGB value is (166,185,187). Sum of RGB (Red+Green+Blue) = 166+185+187=538 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.86% from 538); Green value is 185 (72.66% from 255 or 34.39% from 538); Blue value is 187 (73.44% from 255 or 34.76% from 538); Max value from RGB is 187 - color contains mainly: blue. Hex color #A6B9BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6B9BB is #594644. Grayscale: #B3B3B3. Windows color (decimal): -5850693 or 12302758. OLE color: 12302758.
HSL color Cylindrical-coordinate representation of color #A6B9BB: hue angle of 185.71º degrees, saturation: 0.13, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A6B9BB is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 185 | 187 | - |
| CMYK | 0.11 | 0.01 | 0 | 0.27 |
| HSL | 185.71º | 0.13% | 0.69% | - |
| HSV(B) | 185.71º | 0.11% | 0.73% | - |
| XYZ | 42.04 | 46.39 | 53.75 | - |
| YUV | 179.55 | 132.21 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 185 | 187 | 0.11 | 0.01 | 0 | 0.27 | 185.71 | 0.13 | 0.69 |
| Hex | A6 | B9 | BB | B | 1 | 0 | 1B | BA | D | 45 |
| Octal | 246 | 271 | 273 | 13 | 1 | 0 | 33 | 272 | 15 | 105 |
| Binary | 10100110 | 10111001 | 10111011 | 1011 | 1 | 0 | 11011 | 10111010 | 1101 | 1000101 |
Color Harmonies of #A6B9BB
Complementary color
Monochromatic Colors of #A6B9BB
Black with #A6B9BB
Text Example
Text Example
White with #A6B9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B9BB; }
p { color: rgb(166,185,187); }
H1.HeaderClassName
{
color: #A6B9BB;
}
.AnyTagClassName
{
color: #A6B9BB;
}
</style>
background-color css
<style>
a { background-color: #A6B9BB; }
a { background-color: rgb(166,185,187); }
div.DivClassName
{
background-color: #A6B9BB;
}
.BgClassName
{
background-color: #A6B9BB;
}
</style>
border-color css
<style>
span { border-color: #A6B9BB; }
span { border-color: rgb(166,185,187); }
td.TdClassName
{
border-color: #A6B9BB;
}
.TagClassName
{
border-color: #A6B9BB;
}
</style>