Shades of Heather #A2BBCB
Tints of Heather #A2BBCB
RGB
CMYK
RGB Variations
Color information
#A2BBCB (or 0xA2BBCB) is known color: Heather. HEX triplet: A2, BB and CB. RGB value is (162,187,203). Sum of RGB (Red+Green+Blue) = 162+187+203=552 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.35% from 552); Green value is 187 (73.44% from 255 or 33.88% from 552); Blue value is 203 (79.69% from 255 or 36.78% from 552); Max value from RGB is 203 - color contains mainly: blue. Hex color #A2BBCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BBCB is #5D4434. Grayscale: #B5B5B5. Windows color (decimal): -6112309 or 13351842. OLE color: 13351842.
HSL color Cylindrical-coordinate representation of color #A2BBCB: hue angle of 203.41º 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 #A2BBCB is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 162 | 187 | 203 | - |
CMYK | 0.20 | 0.08 | 0 | 0.20 |
HSL | 203.41º | 0.28% | 0.72% | - |
HSV(B) | 203.41º | 0.2% | 0.8% | - |
XYZ | 43.45 | 47.53 | 63.38 | - |
YUV | 181.35 | 140.22 | 114.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 187 | 203 | 0.20 | 0.08 | 0 | 0.20 | 203.41 | 0.28 | 0.72 |
Hex | A2 | BB | CB | 14 | 8 | 0 | 14 | CB | 1C | 48 |
Octal | 242 | 273 | 313 | 24 | 10 | 0 | 24 | 313 | 34 | 110 |
Binary | 10100010 | 10111011 | 11001011 | 10100 | 1000 | 0 | 10100 | 11001011 | 11100 | 1001000 |
Color Harmonies of #A2BBCB
Complementary color
Monochromatic Colors of #A2BBCB
Black with #A2BBCB
Text Example
Text Example
White with #A2BBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BBCB; }
p { color: rgb(162,187,203); }
H1.HeaderClassName
{
color: #A2BBCB;
}
.AnyTagClassName
{
color: #A2BBCB;
}
</style>
background-color css
<style>
a { background-color: #A2BBCB; }
a { background-color: rgb(162,187,203); }
div.DivClassName
{
background-color: #A2BBCB;
}
.BgClassName
{
background-color: #A2BBCB;
}
</style>
border-color css
<style>
span { border-color: #A2BBCB; }
span { border-color: rgb(162,187,203); }
td.TdClassName
{
border-color: #A2BBCB;
}
.TagClassName
{
border-color: #A2BBCB;
}
</style>