Shades of Casper #A6B9BC
Tints of Casper #A6B9BC
RGB
CMYK
RGB Variations
Color information
#A6B9BC (or 0xA6B9BC) is known color: Casper. HEX triplet: A6, B9 and BC. RGB value is (166,185,188). Sum of RGB (Red+Green+Blue) = 166+185+188=539 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.80% from 539); Green value is 185 (72.66% from 255 or 34.32% from 539); Blue value is 188 (73.83% from 255 or 34.88% from 539); Max value from RGB is 188 - color contains mainly: blue. Hex color #A6B9BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6B9BC is #594643. Grayscale: #B3B3B3. Windows color (decimal): -5850692 or 12368294. OLE color: 12368294.
HSL color Cylindrical-coordinate representation of color #A6B9BC: hue angle of 188.18º 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 #A6B9BC is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 185 | 188 | - |
| CMYK | 0.12 | 0.02 | 0 | 0.26 |
| HSL | 188.18º | 0.14% | 0.69% | - |
| HSV(B) | 188.18º | 0.12% | 0.74% | - |
| XYZ | 42.15 | 46.44 | 54.32 | - |
| YUV | 179.66 | 132.71 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 185 | 188 | 0.12 | 0.02 | 0 | 0.26 | 188.18 | 0.14 | 0.69 |
| Hex | A6 | B9 | BC | C | 2 | 0 | 1A | BC | E | 45 |
| Octal | 246 | 271 | 274 | 14 | 2 | 0 | 32 | 274 | 16 | 105 |
| Binary | 10100110 | 10111001 | 10111100 | 1100 | 10 | 0 | 11010 | 10111100 | 1110 | 1000101 |
Color Harmonies of #A6B9BC
Complementary color
Monochromatic Colors of #A6B9BC
Black with #A6B9BC
Text Example
Text Example
White with #A6B9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B9BC; }
p { color: rgb(166,185,188); }
H1.HeaderClassName
{
color: #A6B9BC;
}
.AnyTagClassName
{
color: #A6B9BC;
}
</style>
background-color css
<style>
a { background-color: #A6B9BC; }
a { background-color: rgb(166,185,188); }
div.DivClassName
{
background-color: #A6B9BC;
}
.BgClassName
{
background-color: #A6B9BC;
}
</style>
border-color css
<style>
span { border-color: #A6B9BC; }
span { border-color: rgb(166,185,188); }
td.TdClassName
{
border-color: #A6B9BC;
}
.TagClassName
{
border-color: #A6B9BC;
}
</style>