Shades of Heather #A4BDCB
Tints of Heather #A4BDCB
RGB
CMYK
RGB Variations
Color information
#A4BDCB (or 0xA4BDCB) is known color: Heather. HEX triplet: A4, BD and CB. RGB value is (164,189,203). Sum of RGB (Red+Green+Blue) = 164+189+203=556 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.50% from 556); Green value is 189 (74.22% from 255 or 33.99% 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 #A4BDCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BDCB is #5B4234. Grayscale: #B7B7B7. Windows color (decimal): -5980725 or 13352356. OLE color: 13352356.
HSL color Cylindrical-coordinate representation of color #A4BDCB: hue angle of 201.54º 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 #A4BDCB is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 164 | 189 | 203 | - |
| CMYK | 0.19 | 0.07 | 0 | 0.20 |
| HSL | 201.54º | 0.27% | 0.72% | - |
| HSV(B) | 201.54º | 0.19% | 0.8% | - |
| XYZ | 44.29 | 48.6 | 63.55 | - |
| YUV | 183.12 | 139.22 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 189 | 203 | 0.19 | 0.07 | 0 | 0.20 | 201.54 | 0.27 | 0.72 |
| Hex | A4 | BD | CB | 13 | 7 | 0 | 14 | CA | 1B | 48 |
| Octal | 244 | 275 | 313 | 23 | 7 | 0 | 24 | 312 | 33 | 110 |
| Binary | 10100100 | 10111101 | 11001011 | 10011 | 111 | 0 | 10100 | 11001010 | 11011 | 1001000 |
Color Harmonies of #A4BDCB
Complementary color
Monochromatic Colors of #A4BDCB
Black with #A4BDCB
Text Example
Text Example
White with #A4BDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4BDCB; }
p { color: rgb(164,189,203); }
H1.HeaderClassName
{
color: #A4BDCB;
}
.AnyTagClassName
{
color: #A4BDCB;
}
</style>
background-color css
<style>
a { background-color: #A4BDCB; }
a { background-color: rgb(164,189,203); }
div.DivClassName
{
background-color: #A4BDCB;
}
.BgClassName
{
background-color: #A4BDCB;
}
</style>
border-color css
<style>
span { border-color: #A4BDCB; }
span { border-color: rgb(164,189,203); }
td.TdClassName
{
border-color: #A4BDCB;
}
.TagClassName
{
border-color: #A4BDCB;
}
</style>