Shades of Heather #A1BBCB
Tints of Heather #A1BBCB
RGB
CMYK
RGB Variations
Color information
#A1BBCB (or 0xA1BBCB) is known color: Heather. HEX triplet: A1, BB and CB. RGB value is (161,187,203). Sum of RGB (Red+Green+Blue) = 161+187+203=551 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.22% from 551); Green value is 187 (73.44% from 255 or 33.94% from 551); Blue value is 203 (79.69% from 255 or 36.84% from 551); Max value from RGB is 203 - color contains mainly: blue. Hex color #A1BBCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BBCB is #5E4434. Grayscale: #B4B4B4. Windows color (decimal): -6177845 or 13351841. OLE color: 13351841.
HSL color Cylindrical-coordinate representation of color #A1BBCB: hue angle of 202.86º 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 #A1BBCB is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 187 | 203 | - |
| CMYK | 0.21 | 0.08 | 0 | 0.20 |
| HSL | 202.86º | 0.29% | 0.71% | - |
| HSV(B) | 202.86º | 0.21% | 0.8% | - |
| XYZ | 43.25 | 47.43 | 63.38 | - |
| YUV | 181.05 | 140.39 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 187 | 203 | 0.21 | 0.08 | 0 | 0.20 | 202.86 | 0.29 | 0.71 |
| Hex | A1 | BB | CB | 15 | 8 | 0 | 14 | CB | 1D | 47 |
| Octal | 241 | 273 | 313 | 25 | 10 | 0 | 24 | 313 | 35 | 107 |
| Binary | 10100001 | 10111011 | 11001011 | 10101 | 1000 | 0 | 10100 | 11001011 | 11101 | 1000111 |
Color Harmonies of #A1BBCB
Complementary color
Monochromatic Colors of #A1BBCB
Black with #A1BBCB
Text Example
Text Example
White with #A1BBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BBCB; }
p { color: rgb(161,187,203); }
H1.HeaderClassName
{
color: #A1BBCB;
}
.AnyTagClassName
{
color: #A1BBCB;
}
</style>
background-color css
<style>
a { background-color: #A1BBCB; }
a { background-color: rgb(161,187,203); }
div.DivClassName
{
background-color: #A1BBCB;
}
.BgClassName
{
background-color: #A1BBCB;
}
</style>
border-color css
<style>
span { border-color: #A1BBCB; }
span { border-color: rgb(161,187,203); }
td.TdClassName
{
border-color: #A1BBCB;
}
.TagClassName
{
border-color: #A1BBCB;
}
</style>