Shades of Heather #A1BCCB
Tints of Heather #A1BCCB
RGB
CMYK
RGB Variations
Color information
#A1BCCB (or 0xA1BCCB) is known color: Heather. HEX triplet: A1, BC and CB. RGB value is (161,188,203). Sum of RGB (Red+Green+Blue) = 161+188+203=552 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.17% from 552); Green value is 188 (73.83% from 255 or 34.06% from 552); Blue value is 203 (79.69% from 255 or 36.78% from 552); Max value from RGB is 203 - color contains mainly: blue. Hex color #A1BCCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BCCB is #5E4334. Grayscale: #B5B5B5. Windows color (decimal): -6177589 or 13352097. OLE color: 13352097.
HSL color Cylindrical-coordinate representation of color #A1BCCB: hue angle of 201.43º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A1BCCB is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 188 | 203 | - |
| CMYK | 0.21 | 0.07 | 0 | 0.20 |
| HSL | 201.43º | 0.29% | 0.71% | - |
| HSV(B) | 201.43º | 0.21% | 0.8% | - |
| XYZ | 43.46 | 47.86 | 63.45 | - |
| YUV | 181.64 | 140.05 | 113.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 188 | 203 | 0.21 | 0.07 | 0 | 0.20 | 201.43 | 0.29 | 0.71 |
| Hex | A1 | BC | CB | 15 | 7 | 0 | 14 | C9 | 1D | 47 |
| Octal | 241 | 274 | 313 | 25 | 7 | 0 | 24 | 311 | 35 | 107 |
| Binary | 10100001 | 10111100 | 11001011 | 10101 | 111 | 0 | 10100 | 11001001 | 11101 | 1000111 |
Color Harmonies of #A1BCCB
Complementary color
Monochromatic Colors of #A1BCCB
Black with #A1BCCB
Text Example
Text Example
White with #A1BCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BCCB; }
p { color: rgb(161,188,203); }
H1.HeaderClassName
{
color: #A1BCCB;
}
.AnyTagClassName
{
color: #A1BCCB;
}
</style>
background-color css
<style>
a { background-color: #A1BCCB; }
a { background-color: rgb(161,188,203); }
div.DivClassName
{
background-color: #A1BCCB;
}
.BgClassName
{
background-color: #A1BCCB;
}
</style>
border-color css
<style>
span { border-color: #A1BCCB; }
span { border-color: rgb(161,188,203); }
td.TdClassName
{
border-color: #A1BCCB;
}
.TagClassName
{
border-color: #A1BCCB;
}
</style>