Shades of Heather #A5BCCB
Tints of Heather #A5BCCB
RGB
CMYK
RGB Variations
Color information
#A5BCCB (or 0xA5BCCB) is known color: Heather. HEX triplet: A5, BC and CB. RGB value is (165,188,203). Sum of RGB (Red+Green+Blue) = 165+188+203=556 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.68% from 556); Green value is 188 (73.83% from 255 or 33.81% from 556); Blue value is 203 (79.69% from 255 or 36.51% from 556); Max value from RGB is 203 - color contains mainly: blue. Hex color #A5BCCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5BCCB is #5A4334. Grayscale: #B6B6B6. Windows color (decimal): -5915445 or 13352101. OLE color: 13352101.
HSL color Cylindrical-coordinate representation of color #A5BCCB: hue angle of 203.68º 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 #A5BCCB is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 165 | 188 | 203 | - |
| CMYK | 0.19 | 0.07 | 0 | 0.20 |
| HSL | 203.68º | 0.27% | 0.72% | - |
| HSV(B) | 203.68º | 0.19% | 0.8% | - |
| XYZ | 44.28 | 48.28 | 63.48 | - |
| YUV | 182.83 | 139.38 | 115.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 188 | 203 | 0.19 | 0.07 | 0 | 0.20 | 203.68 | 0.27 | 0.72 |
| Hex | A5 | BC | CB | 13 | 7 | 0 | 14 | CC | 1B | 48 |
| Octal | 245 | 274 | 313 | 23 | 7 | 0 | 24 | 314 | 33 | 110 |
| Binary | 10100101 | 10111100 | 11001011 | 10011 | 111 | 0 | 10100 | 11001100 | 11011 | 1001000 |
Color Harmonies of #A5BCCB
Complementary color
Monochromatic Colors of #A5BCCB
Black with #A5BCCB
Text Example
Text Example
White with #A5BCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BCCB; }
p { color: rgb(165,188,203); }
H1.HeaderClassName
{
color: #A5BCCB;
}
.AnyTagClassName
{
color: #A5BCCB;
}
</style>
background-color css
<style>
a { background-color: #A5BCCB; }
a { background-color: rgb(165,188,203); }
div.DivClassName
{
background-color: #A5BCCB;
}
.BgClassName
{
background-color: #A5BCCB;
}
</style>
border-color css
<style>
span { border-color: #A5BCCB; }
span { border-color: rgb(165,188,203); }
td.TdClassName
{
border-color: #A5BCCB;
}
.TagClassName
{
border-color: #A5BCCB;
}
</style>