Shades of Heather #A5BCC7
Tints of Heather #A5BCC7
RGB
CMYK
RGB Variations
Color information
#A5BCC7 (or 0xA5BCC7) is known color: Heather. HEX triplet: A5, BC and C7. RGB value is (165,188,199). Sum of RGB (Red+Green+Blue) = 165+188+199=552 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.89% from 552); Green value is 188 (73.83% from 255 or 34.06% from 552); Blue value is 199 (78.12% from 255 or 36.05% from 552); Max value from RGB is 199 - color contains mainly: blue. Hex color #A5BCC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5BCC7 is #5A4338. Grayscale: #B6B6B6. Windows color (decimal): -5915449 or 13089957. OLE color: 13089957.
HSL color Cylindrical-coordinate representation of color #A5BCC7: hue angle of 199.41º degrees, saturation: 0.23, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A5BCC7 is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 165 | 188 | 199 | - |
| CMYK | 0.17 | 0.06 | 0 | 0.22 |
| HSL | 199.41º | 0.23% | 0.71% | - |
| HSV(B) | 199.41º | 0.17% | 0.78% | - |
| XYZ | 43.81 | 48.09 | 61.01 | - |
| YUV | 182.38 | 137.38 | 115.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 188 | 199 | 0.17 | 0.06 | 0 | 0.22 | 199.41 | 0.23 | 0.71 |
| Hex | A5 | BC | C7 | 11 | 6 | 0 | 16 | C7 | 17 | 47 |
| Octal | 245 | 274 | 307 | 21 | 6 | 0 | 26 | 307 | 27 | 107 |
| Binary | 10100101 | 10111100 | 11000111 | 10001 | 110 | 0 | 10110 | 11000111 | 10111 | 1000111 |
Color Harmonies of #A5BCC7
Complementary color
Monochromatic Colors of #A5BCC7
Black with #A5BCC7
Text Example
Text Example
White with #A5BCC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BCC7; }
p { color: rgb(165,188,199); }
H1.HeaderClassName
{
color: #A5BCC7;
}
.AnyTagClassName
{
color: #A5BCC7;
}
</style>
background-color css
<style>
a { background-color: #A5BCC7; }
a { background-color: rgb(165,188,199); }
div.DivClassName
{
background-color: #A5BCC7;
}
.BgClassName
{
background-color: #A5BCC7;
}
</style>
border-color css
<style>
span { border-color: #A5BCC7; }
span { border-color: rgb(165,188,199); }
td.TdClassName
{
border-color: #A5BCC7;
}
.TagClassName
{
border-color: #A5BCC7;
}
</style>