Shades of Heather #A4BCCB
Tints of Heather #A4BCCB
RGB
CMYK
RGB Variations
Color information
#A4BCCB (or 0xA4BCCB) is known color: Heather. HEX triplet: A4, BC and CB. RGB value is (164,188,203). Sum of RGB (Red+Green+Blue) = 164+188+203=555 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.55% from 555); Green value is 188 (73.83% from 255 or 33.87% from 555); Blue value is 203 (79.69% from 255 or 36.58% from 555); Max value from RGB is 203 - color contains mainly: blue. Hex color #A4BCCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BCCB is #5B4334. Grayscale: #B6B6B6. Windows color (decimal): -5980981 or 13352100. OLE color: 13352100.
HSL color Cylindrical-coordinate representation of color #A4BCCB: hue angle of 203.08º 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 #A4BCCB is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 164 | 188 | 203 | - |
| CMYK | 0.19 | 0.07 | 0 | 0.20 |
| HSL | 203.08º | 0.27% | 0.72% | - |
| HSV(B) | 203.08º | 0.19% | 0.8% | - |
| XYZ | 44.07 | 48.17 | 63.47 | - |
| YUV | 182.53 | 139.55 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 188 | 203 | 0.19 | 0.07 | 0 | 0.20 | 203.08 | 0.27 | 0.72 |
| Hex | A4 | BC | CB | 13 | 7 | 0 | 14 | CB | 1B | 48 |
| Octal | 244 | 274 | 313 | 23 | 7 | 0 | 24 | 313 | 33 | 110 |
| Binary | 10100100 | 10111100 | 11001011 | 10011 | 111 | 0 | 10100 | 11001011 | 11011 | 1001000 |
Color Harmonies of #A4BCCB
Complementary color
Monochromatic Colors of #A4BCCB
Black with #A4BCCB
Text Example
Text Example
White with #A4BCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4BCCB; }
p { color: rgb(164,188,203); }
H1.HeaderClassName
{
color: #A4BCCB;
}
.AnyTagClassName
{
color: #A4BCCB;
}
</style>
background-color css
<style>
a { background-color: #A4BCCB; }
a { background-color: rgb(164,188,203); }
div.DivClassName
{
background-color: #A4BCCB;
}
.BgClassName
{
background-color: #A4BCCB;
}
</style>
border-color css
<style>
span { border-color: #A4BCCB; }
span { border-color: rgb(164,188,203); }
td.TdClassName
{
border-color: #A4BCCB;
}
.TagClassName
{
border-color: #A4BCCB;
}
</style>