Shades of Heather #A5BCC2
Tints of Heather #A5BCC2
RGB
CMYK
RGB Variations
Color information
#A5BCC2 (or 0xA5BCC2) is known color: Heather. HEX triplet: A5, BC and C2. RGB value is (165,188,194). Sum of RGB (Red+Green+Blue) = 165+188+194=547 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.16% from 547); Green value is 188 (73.83% from 255 or 34.37% from 547); Blue value is 194 (76.17% from 255 or 35.47% from 547); Max value from RGB is 194 - color contains mainly: blue. Hex color #A5BCC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5BCC2 is #5A433D. Grayscale: #B5B5B5. Windows color (decimal): -5915454 or 12762277. OLE color: 12762277.
HSL color Cylindrical-coordinate representation of color #A5BCC2: hue angle of 192.41º degrees, saturation: 0.19, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A5BCC2 is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 165 | 188 | 194 | - |
| CMYK | 0.15 | 0.03 | 0 | 0.24 |
| HSL | 192.41º | 0.19% | 0.7% | - |
| HSV(B) | 192.41º | 0.15% | 0.76% | - |
| XYZ | 43.24 | 47.86 | 58 | - |
| YUV | 181.81 | 134.88 | 116.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 188 | 194 | 0.15 | 0.03 | 0 | 0.24 | 192.41 | 0.19 | 0.7 |
| Hex | A5 | BC | C2 | F | 3 | 0 | 18 | C0 | 13 | 46 |
| Octal | 245 | 274 | 302 | 17 | 3 | 0 | 30 | 300 | 23 | 106 |
| Binary | 10100101 | 10111100 | 11000010 | 1111 | 11 | 0 | 11000 | 11000000 | 10011 | 1000110 |
Color Harmonies of #A5BCC2
Complementary color
Monochromatic Colors of #A5BCC2
Black with #A5BCC2
Text Example
Text Example
White with #A5BCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BCC2; }
p { color: rgb(165,188,194); }
H1.HeaderClassName
{
color: #A5BCC2;
}
.AnyTagClassName
{
color: #A5BCC2;
}
</style>
background-color css
<style>
a { background-color: #A5BCC2; }
a { background-color: rgb(165,188,194); }
div.DivClassName
{
background-color: #A5BCC2;
}
.BgClassName
{
background-color: #A5BCC2;
}
</style>
border-color css
<style>
span { border-color: #A5BCC2; }
span { border-color: rgb(165,188,194); }
td.TdClassName
{
border-color: #A5BCC2;
}
.TagClassName
{
border-color: #A5BCC2;
}
</style>