Shades of Heather #A2BECA
Tints of Heather #A2BECA
RGB
CMYK
RGB Variations
Color information
#A2BECA (or 0xA2BECA) is known color: Heather. HEX triplet: A2, BE and CA. RGB value is (162,190,202). Sum of RGB (Red+Green+Blue) = 162+190+202=554 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.24% from 554); Green value is 190 (74.61% from 255 or 34.30% from 554); Blue value is 202 (79.30% from 255 or 36.46% from 554); Max value from RGB is 202 - color contains mainly: blue. Hex color #A2BECA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BECA is #5D4135. Grayscale: #B6B6B6. Windows color (decimal): -6111542 or 13287074. OLE color: 13287074.
HSL color Cylindrical-coordinate representation of color #A2BECA: hue angle of 198º degrees, saturation: 0.27, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A2BECA is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
RGB | 162 | 190 | 202 | - |
CMYK | 0.20 | 0.06 | 0 | 0.21 |
HSL | 198º | 0.27% | 0.71% | - |
HSV(B) | 198º | 0.2% | 0.79% | - |
XYZ | 43.97 | 48.77 | 62.97 | - |
YUV | 183 | 138.72 | 113.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 190 | 202 | 0.20 | 0.06 | 0 | 0.21 | 198 | 0.27 | 0.71 |
Hex | A2 | BE | CA | 14 | 6 | 0 | 15 | C6 | 1B | 47 |
Octal | 242 | 276 | 312 | 24 | 6 | 0 | 25 | 306 | 33 | 107 |
Binary | 10100010 | 10111110 | 11001010 | 10100 | 110 | 0 | 10101 | 11000110 | 11011 | 1000111 |
Color Harmonies of #A2BECA
Complementary color
Monochromatic Colors of #A2BECA
Black with #A2BECA
Text Example
Text Example
White with #A2BECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BECA; }
p { color: rgb(162,190,202); }
H1.HeaderClassName
{
color: #A2BECA;
}
.AnyTagClassName
{
color: #A2BECA;
}
</style>
background-color css
<style>
a { background-color: #A2BECA; }
a { background-color: rgb(162,190,202); }
div.DivClassName
{
background-color: #A2BECA;
}
.BgClassName
{
background-color: #A2BECA;
}
</style>
border-color css
<style>
span { border-color: #A2BECA; }
span { border-color: rgb(162,190,202); }
td.TdClassName
{
border-color: #A2BECA;
}
.TagClassName
{
border-color: #A2BECA;
}
</style>