Shades of Casper #A6B6B9
Tints of Casper #A6B6B9
RGB
CMYK
RGB Variations
Color information
#A6B6B9 (or 0xA6B6B9) is known color: Casper. HEX triplet: A6, B6 and B9. RGB value is (166,182,185). Sum of RGB (Red+Green+Blue) = 166+182+185=533 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.14% from 533); Green value is 182 (71.48% from 255 or 34.15% from 533); Blue value is 185 (72.66% from 255 or 34.71% from 533); Max value from RGB is 185 - color contains mainly: blue. Hex color #A6B6B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6B6B9 is #594946. Grayscale: #B1B1B1. Windows color (decimal): -5851463 or 12170918. OLE color: 12170918.
HSL color Cylindrical-coordinate representation of color #A6B6B9: hue angle of 189.47º degrees, saturation: 0.12, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A6B6B9 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
RGB | 166 | 182 | 185 | - |
CMYK | 0.10 | 0.02 | 0 | 0.27 |
HSL | 189.47º | 0.12% | 0.69% | - |
HSV(B) | 189.47º | 0.1% | 0.73% | - |
XYZ | 41.21 | 45.07 | 52.43 | - |
YUV | 177.56 | 132.2 | 119.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 166 | 182 | 185 | 0.10 | 0.02 | 0 | 0.27 | 189.47 | 0.12 | 0.69 |
Hex | A6 | B6 | B9 | A | 2 | 0 | 1B | BD | C | 45 |
Octal | 246 | 266 | 271 | 12 | 2 | 0 | 33 | 275 | 14 | 105 |
Binary | 10100110 | 10110110 | 10111001 | 1010 | 10 | 0 | 11011 | 10111101 | 1100 | 1000101 |
Color Harmonies of #A6B6B9
Complementary color
Monochromatic Colors of #A6B6B9
Black with #A6B6B9
Text Example
Text Example
White with #A6B6B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B6B9; }
p { color: rgb(166,182,185); }
H1.HeaderClassName
{
color: #A6B6B9;
}
.AnyTagClassName
{
color: #A6B6B9;
}
</style>
background-color css
<style>
a { background-color: #A6B6B9; }
a { background-color: rgb(166,182,185); }
div.DivClassName
{
background-color: #A6B6B9;
}
.BgClassName
{
background-color: #A6B6B9;
}
</style>
border-color css
<style>
span { border-color: #A6B6B9; }
span { border-color: rgb(166,182,185); }
td.TdClassName
{
border-color: #A6B6B9;
}
.TagClassName
{
border-color: #A6B6B9;
}
</style>