Shades of Casper #A6B5B9
Tints of Casper #A6B5B9
RGB
CMYK
RGB Variations
Color information
#A6B5B9 (or 0xA6B5B9) is known color: Casper. HEX triplet: A6, B5 and B9. RGB value is (166,181,185). Sum of RGB (Red+Green+Blue) = 166+181+185=532 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.20% from 532); Green value is 181 (71.09% from 255 or 34.02% from 532); Blue value is 185 (72.66% from 255 or 34.77% from 532); Max value from RGB is 185 - color contains mainly: blue. Hex color #A6B5B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6B5B9 is #594A46. Grayscale: #B0B0B0. Windows color (decimal): -5851719 or 12170662. OLE color: 12170662.
HSL color Cylindrical-coordinate representation of color #A6B5B9: hue angle of 192.63º 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 #A6B5B9 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
RGB | 166 | 181 | 185 | - |
CMYK | 0.10 | 0.02 | 0 | 0.27 |
HSL | 192.63º | 0.12% | 0.69% | - |
HSV(B) | 192.63º | 0.1% | 0.73% | - |
XYZ | 41.01 | 44.66 | 52.36 | - |
YUV | 176.97 | 132.53 | 120.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 166 | 181 | 185 | 0.10 | 0.02 | 0 | 0.27 | 192.63 | 0.12 | 0.69 |
Hex | A6 | B5 | B9 | A | 2 | 0 | 1B | C1 | C | 45 |
Octal | 246 | 265 | 271 | 12 | 2 | 0 | 33 | 301 | 14 | 105 |
Binary | 10100110 | 10110101 | 10111001 | 1010 | 10 | 0 | 11011 | 11000001 | 1100 | 1000101 |
Color Harmonies of #A6B5B9
Complementary color
Monochromatic Colors of #A6B5B9
Black with #A6B5B9
Text Example
Text Example
White with #A6B5B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B5B9; }
p { color: rgb(166,181,185); }
H1.HeaderClassName
{
color: #A6B5B9;
}
.AnyTagClassName
{
color: #A6B5B9;
}
</style>
background-color css
<style>
a { background-color: #A6B5B9; }
a { background-color: rgb(166,181,185); }
div.DivClassName
{
background-color: #A6B5B9;
}
.BgClassName
{
background-color: #A6B5B9;
}
</style>
border-color css
<style>
span { border-color: #A6B5B9; }
span { border-color: rgb(166,181,185); }
td.TdClassName
{
border-color: #A6B5B9;
}
.TagClassName
{
border-color: #A6B5B9;
}
</style>