Shades of Heather #A5BACB
Tints of Heather #A5BACB
RGB
CMYK
RGB Variations
Color information
#A5BACB (or 0xA5BACB) is known color: Heather. HEX triplet: A5, BA and CB. RGB value is (165,186,203). Sum of RGB (Red+Green+Blue) = 165+186+203=554 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.78% from 554); Green value is 186 (73.05% from 255 or 33.57% from 554); Blue value is 203 (79.69% from 255 or 36.64% from 554); Max value from RGB is 203 - color contains mainly: blue. Hex color #A5BACB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5BACB is #5A4534. Grayscale: #B5B5B5. Windows color (decimal): -5915957 or 13351589. OLE color: 13351589.
HSL color Cylindrical-coordinate representation of color #A5BACB: hue angle of 206.84º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A5BACB is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 165 | 186 | 203 | - |
| CMYK | 0.19 | 0.08 | 0 | 0.20 |
| HSL | 206.84º | 0.27% | 0.72% | - |
| HSV(B) | 206.84º | 0.19% | 0.8% | - |
| XYZ | 43.86 | 47.43 | 63.34 | - |
| YUV | 181.66 | 140.04 | 116.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 186 | 203 | 0.19 | 0.08 | 0 | 0.20 | 206.84 | 0.27 | 0.72 |
| Hex | A5 | BA | CB | 13 | 8 | 0 | 14 | CF | 1B | 48 |
| Octal | 245 | 272 | 313 | 23 | 10 | 0 | 24 | 317 | 33 | 110 |
| Binary | 10100101 | 10111010 | 11001011 | 10011 | 1000 | 0 | 10100 | 11001111 | 11011 | 1001000 |
Color Harmonies of #A5BACB
Complementary color
Monochromatic Colors of #A5BACB
Black with #A5BACB
Text Example
Text Example
White with #A5BACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BACB; }
p { color: rgb(165,186,203); }
H1.HeaderClassName
{
color: #A5BACB;
}
.AnyTagClassName
{
color: #A5BACB;
}
</style>
background-color css
<style>
a { background-color: #A5BACB; }
a { background-color: rgb(165,186,203); }
div.DivClassName
{
background-color: #A5BACB;
}
.BgClassName
{
background-color: #A5BACB;
}
</style>
border-color css
<style>
span { border-color: #A5BACB; }
span { border-color: rgb(165,186,203); }
td.TdClassName
{
border-color: #A5BACB;
}
.TagClassName
{
border-color: #A5BACB;
}
</style>