Shades of Heather #A5BECF
Tints of Heather #A5BECF
RGB
CMYK
RGB Variations
Color information
#A5BECF (or 0xA5BECF) is known color: Heather. HEX triplet: A5, BE and CF. RGB value is (165,190,207). Sum of RGB (Red+Green+Blue) = 165+190+207=562 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.36% from 562); Green value is 190 (74.61% from 255 or 33.81% from 562); Blue value is 207 (81.25% from 255 or 36.83% from 562); Max value from RGB is 207 - color contains mainly: blue. Hex color #A5BECF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5BECF is #5A4130. Grayscale: #B8B8B8. Windows color (decimal): -5914929 or 13614757. OLE color: 13614757.
HSL color Cylindrical-coordinate representation of color #A5BECF: hue angle of 204.29º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A5BECF is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 165 | 190 | 207 | - |
| CMYK | 0.20 | 0.08 | 0 | 0.19 |
| HSL | 204.29º | 0.3% | 0.73% | - |
| HSV(B) | 204.29º | 0.2% | 0.81% | - |
| XYZ | 45.19 | 49.33 | 66.17 | - |
| YUV | 184.46 | 140.72 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 190 | 207 | 0.20 | 0.08 | 0 | 0.19 | 204.29 | 0.3 | 0.73 |
| Hex | A5 | BE | CF | 14 | 8 | 0 | 13 | CC | 1E | 49 |
| Octal | 245 | 276 | 317 | 24 | 10 | 0 | 23 | 314 | 36 | 111 |
| Binary | 10100101 | 10111110 | 11001111 | 10100 | 1000 | 0 | 10011 | 11001100 | 11110 | 1001001 |
Color Harmonies of #A5BECF
Complementary color
Monochromatic Colors of #A5BECF
Black with #A5BECF
Text Example
Text Example
White with #A5BECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BECF; }
p { color: rgb(165,190,207); }
H1.HeaderClassName
{
color: #A5BECF;
}
.AnyTagClassName
{
color: #A5BECF;
}
</style>
background-color css
<style>
a { background-color: #A5BECF; }
a { background-color: rgb(165,190,207); }
div.DivClassName
{
background-color: #A5BECF;
}
.BgClassName
{
background-color: #A5BECF;
}
</style>
border-color css
<style>
span { border-color: #A5BECF; }
span { border-color: rgb(165,190,207); }
td.TdClassName
{
border-color: #A5BECF;
}
.TagClassName
{
border-color: #A5BECF;
}
</style>