Shades of Heather #A1BDCB
Tints of Heather #A1BDCB
RGB
CMYK
RGB Variations
Color information
#A1BDCB (or 0xA1BDCB) is known color: Heather. HEX triplet: A1, BD and CB. RGB value is (161,189,203). Sum of RGB (Red+Green+Blue) = 161+189+203=553 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.11% from 553); Green value is 189 (74.22% from 255 or 34.18% from 553); Blue value is 203 (79.69% from 255 or 36.71% from 553); Max value from RGB is 203 - color contains mainly: blue. Hex color #A1BDCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BDCB is #5E4234. Grayscale: #B6B6B6. Windows color (decimal): -6177333 or 13352353. OLE color: 13352353.
HSL color Cylindrical-coordinate representation of color #A1BDCB: hue angle of 200º 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 #A1BDCB is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 189 | 203 | - |
| CMYK | 0.21 | 0.07 | 0 | 0.20 |
| HSL | 200º | 0.29% | 0.71% | - |
| HSV(B) | 200º | 0.21% | 0.8% | - |
| XYZ | 43.68 | 48.28 | 63.52 | - |
| YUV | 182.22 | 139.72 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 189 | 203 | 0.21 | 0.07 | 0 | 0.20 | 200 | 0.29 | 0.71 |
| Hex | A1 | BD | CB | 15 | 7 | 0 | 14 | C8 | 1D | 47 |
| Octal | 241 | 275 | 313 | 25 | 7 | 0 | 24 | 310 | 35 | 107 |
| Binary | 10100001 | 10111101 | 11001011 | 10101 | 111 | 0 | 10100 | 11001000 | 11101 | 1000111 |
Color Harmonies of #A1BDCB
Complementary color
Monochromatic Colors of #A1BDCB
Black with #A1BDCB
Text Example
Text Example
White with #A1BDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BDCB; }
p { color: rgb(161,189,203); }
H1.HeaderClassName
{
color: #A1BDCB;
}
.AnyTagClassName
{
color: #A1BDCB;
}
</style>
background-color css
<style>
a { background-color: #A1BDCB; }
a { background-color: rgb(161,189,203); }
div.DivClassName
{
background-color: #A1BDCB;
}
.BgClassName
{
background-color: #A1BDCB;
}
</style>
border-color css
<style>
span { border-color: #A1BDCB; }
span { border-color: rgb(161,189,203); }
td.TdClassName
{
border-color: #A1BDCB;
}
.TagClassName
{
border-color: #A1BDCB;
}
</style>