Shades of Heather #A1BFCB
Tints of Heather #A1BFCB
RGB
CMYK
RGB Variations
Color information
#A1BFCB (or 0xA1BFCB) is known color: Heather. HEX triplet: A1, BF and CB. RGB value is (161,191,203). Sum of RGB (Red+Green+Blue) = 161+191+203=555 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.01% from 555); Green value is 191 (75% from 255 or 34.41% 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 #A1BFCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BFCB is #5E4034. Grayscale: #B7B7B7. Windows color (decimal): -6176821 or 13352865. OLE color: 13352865.
HSL color Cylindrical-coordinate representation of color #A1BFCB: hue angle of 197.14º 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 #A1BFCB is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 191 | 203 | - |
| CMYK | 0.21 | 0.06 | 0 | 0.20 |
| HSL | 197.14º | 0.29% | 0.71% | - |
| HSV(B) | 197.14º | 0.21% | 0.8% | - |
| XYZ | 44.11 | 49.15 | 63.66 | - |
| YUV | 183.4 | 139.06 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 191 | 203 | 0.21 | 0.06 | 0 | 0.20 | 197.14 | 0.29 | 0.71 |
| Hex | A1 | BF | CB | 15 | 6 | 0 | 14 | C5 | 1D | 47 |
| Octal | 241 | 277 | 313 | 25 | 6 | 0 | 24 | 305 | 35 | 107 |
| Binary | 10100001 | 10111111 | 11001011 | 10101 | 110 | 0 | 10100 | 11000101 | 11101 | 1000111 |
Color Harmonies of #A1BFCB
Complementary color
Monochromatic Colors of #A1BFCB
Black with #A1BFCB
Text Example
Text Example
White with #A1BFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BFCB; }
p { color: rgb(161,191,203); }
H1.HeaderClassName
{
color: #A1BFCB;
}
.AnyTagClassName
{
color: #A1BFCB;
}
</style>
background-color css
<style>
a { background-color: #A1BFCB; }
a { background-color: rgb(161,191,203); }
div.DivClassName
{
background-color: #A1BFCB;
}
.BgClassName
{
background-color: #A1BFCB;
}
</style>
border-color css
<style>
span { border-color: #A1BFCB; }
span { border-color: rgb(161,191,203); }
td.TdClassName
{
border-color: #A1BFCB;
}
.TagClassName
{
border-color: #A1BFCB;
}
</style>