Shades of Heather #A2BFCB
Tints of Heather #A2BFCB
RGB
CMYK
RGB Variations
Color information
#A2BFCB (or 0xA2BFCB) is known color: Heather. HEX triplet: A2, BF and CB. RGB value is (162,191,203). Sum of RGB (Red+Green+Blue) = 162+191+203=556 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.14% from 556); Green value is 191 (75% from 255 or 34.35% from 556); Blue value is 203 (79.69% from 255 or 36.51% from 556); Max value from RGB is 203 - color contains mainly: blue. Hex color #A2BFCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BFCB is #5D4034. Grayscale: #B7B7B7. Windows color (decimal): -6111285 or 13352866. OLE color: 13352866.
HSL color Cylindrical-coordinate representation of color #A2BFCB: hue angle of 197.56º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A2BFCB is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 191 | 203 | - |
| CMYK | 0.20 | 0.06 | 0 | 0.20 |
| HSL | 197.56º | 0.28% | 0.72% | - |
| HSV(B) | 197.56º | 0.2% | 0.8% | - |
| XYZ | 44.31 | 49.25 | 63.67 | - |
| YUV | 183.7 | 138.89 | 112.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 191 | 203 | 0.20 | 0.06 | 0 | 0.20 | 197.56 | 0.28 | 0.72 |
| Hex | A2 | BF | CB | 14 | 6 | 0 | 14 | C6 | 1C | 48 |
| Octal | 242 | 277 | 313 | 24 | 6 | 0 | 24 | 306 | 34 | 110 |
| Binary | 10100010 | 10111111 | 11001011 | 10100 | 110 | 0 | 10100 | 11000110 | 11100 | 1001000 |
Color Harmonies of #A2BFCB
Complementary color
Monochromatic Colors of #A2BFCB
Black with #A2BFCB
Text Example
Text Example
White with #A2BFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BFCB; }
p { color: rgb(162,191,203); }
H1.HeaderClassName
{
color: #A2BFCB;
}
.AnyTagClassName
{
color: #A2BFCB;
}
</style>
background-color css
<style>
a { background-color: #A2BFCB; }
a { background-color: rgb(162,191,203); }
div.DivClassName
{
background-color: #A2BFCB;
}
.BgClassName
{
background-color: #A2BFCB;
}
</style>
border-color css
<style>
span { border-color: #A2BFCB; }
span { border-color: rgb(162,191,203); }
td.TdClassName
{
border-color: #A2BFCB;
}
.TagClassName
{
border-color: #A2BFCB;
}
</style>