Shades of Heather #A2BBC3
Tints of Heather #A2BBC3
RGB
CMYK
RGB Variations
Color information
#A2BBC3 (or 0xA2BBC3) is known color: Heather. HEX triplet: A2, BB and C3. RGB value is (162,187,195). Sum of RGB (Red+Green+Blue) = 162+187+195=544 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.78% from 544); Green value is 187 (73.44% from 255 or 34.38% from 544); Blue value is 195 (76.56% from 255 or 35.85% from 544); Max value from RGB is 195 - color contains mainly: blue. Hex color #A2BBC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BBC3 is #5D443C. Grayscale: #B4B4B4. Windows color (decimal): -6112317 or 12827554. OLE color: 12827554.
HSL color Cylindrical-coordinate representation of color #A2BBC3: hue angle of 194.55º degrees, saturation: 0.22, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A2BBC3 is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 162 | 187 | 195 | - |
CMYK | 0.17 | 0.04 | 0 | 0.24 |
HSL | 194.55º | 0.22% | 0.7% | - |
HSV(B) | 194.55º | 0.17% | 0.76% | - |
XYZ | 42.52 | 47.16 | 58.49 | - |
YUV | 180.44 | 136.22 | 114.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 187 | 195 | 0.17 | 0.04 | 0 | 0.24 | 194.55 | 0.22 | 0.7 |
Hex | A2 | BB | C3 | 11 | 4 | 0 | 18 | C3 | 16 | 46 |
Octal | 242 | 273 | 303 | 21 | 4 | 0 | 30 | 303 | 26 | 106 |
Binary | 10100010 | 10111011 | 11000011 | 10001 | 100 | 0 | 11000 | 11000011 | 10110 | 1000110 |
Color Harmonies of #A2BBC3
Complementary color
Monochromatic Colors of #A2BBC3
Black with #A2BBC3
Text Example
Text Example
White with #A2BBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BBC3; }
p { color: rgb(162,187,195); }
H1.HeaderClassName
{
color: #A2BBC3;
}
.AnyTagClassName
{
color: #A2BBC3;
}
</style>
background-color css
<style>
a { background-color: #A2BBC3; }
a { background-color: rgb(162,187,195); }
div.DivClassName
{
background-color: #A2BBC3;
}
.BgClassName
{
background-color: #A2BBC3;
}
</style>
border-color css
<style>
span { border-color: #A2BBC3; }
span { border-color: rgb(162,187,195); }
td.TdClassName
{
border-color: #A2BBC3;
}
.TagClassName
{
border-color: #A2BBC3;
}
</style>