Shades of Casper #A6BEC2
Tints of Casper #A6BEC2
RGB
CMYK
RGB Variations
Color information
#A6BEC2 (or 0xA6BEC2) is known color: Casper. HEX triplet: A6, BE and C2. RGB value is (166,190,194). Sum of RGB (Red+Green+Blue) = 166+190+194=550 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.18% from 550); Green value is 190 (74.61% from 255 or 34.55% from 550); Blue value is 194 (76.17% from 255 or 35.27% from 550); Max value from RGB is 194 - color contains mainly: blue. Hex color #A6BEC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BEC2 is #59413D. Grayscale: #B7B7B7. Windows color (decimal): -5849406 or 12762790. OLE color: 12762790.
HSL color Cylindrical-coordinate representation of color #A6BEC2: hue angle of 188.57º degrees, saturation: 0.19, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A6BEC2 is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 166 | 190 | 194 | - |
CMYK | 0.14 | 0.02 | 0 | 0.24 |
HSL | 188.57º | 0.19% | 0.71% | - |
HSV(B) | 188.57º | 0.14% | 0.76% | - |
XYZ | 43.88 | 48.83 | 58.15 | - |
YUV | 183.28 | 134.05 | 115.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 166 | 190 | 194 | 0.14 | 0.02 | 0 | 0.24 | 188.57 | 0.19 | 0.71 |
Hex | A6 | BE | C2 | E | 2 | 0 | 18 | BD | 13 | 47 |
Octal | 246 | 276 | 302 | 16 | 2 | 0 | 30 | 275 | 23 | 107 |
Binary | 10100110 | 10111110 | 11000010 | 1110 | 10 | 0 | 11000 | 10111101 | 10011 | 1000111 |
Color Harmonies of #A6BEC2
Complementary color
Monochromatic Colors of #A6BEC2
Black with #A6BEC2
Text Example
Text Example
White with #A6BEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BEC2; }
p { color: rgb(166,190,194); }
H1.HeaderClassName
{
color: #A6BEC2;
}
.AnyTagClassName
{
color: #A6BEC2;
}
</style>
background-color css
<style>
a { background-color: #A6BEC2; }
a { background-color: rgb(166,190,194); }
div.DivClassName
{
background-color: #A6BEC2;
}
.BgClassName
{
background-color: #A6BEC2;
}
</style>
border-color css
<style>
span { border-color: #A6BEC2; }
span { border-color: rgb(166,190,194); }
td.TdClassName
{
border-color: #A6BEC2;
}
.TagClassName
{
border-color: #A6BEC2;
}
</style>