Shades of Heather #A1BCCF
Tints of Heather #A1BCCF
RGB
CMYK
RGB Variations
Color information
#A1BCCF (or 0xA1BCCF) is known color: Heather. HEX triplet: A1, BC and CF. RGB value is (161,188,207). Sum of RGB (Red+Green+Blue) = 161+188+207=556 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.96% from 556); Green value is 188 (73.83% from 255 or 33.81% from 556); Blue value is 207 (81.25% from 255 or 37.23% from 556); Max value from RGB is 207 - color contains mainly: blue. Hex color #A1BCCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BCCF is #5E4330. Grayscale: #B5B5B5. Windows color (decimal): -6177585 or 13614241. OLE color: 13614241.
HSL color Cylindrical-coordinate representation of color #A1BCCF: hue angle of 204.78º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A1BCCF is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 188 | 207 | - |
| CMYK | 0.22 | 0.09 | 0 | 0.19 |
| HSL | 204.78º | 0.32% | 0.72% | - |
| HSV(B) | 204.78º | 0.22% | 0.81% | - |
| XYZ | 43.94 | 48.05 | 65.99 | - |
| YUV | 182.09 | 142.05 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 188 | 207 | 0.22 | 0.09 | 0 | 0.19 | 204.78 | 0.32 | 0.72 |
| Hex | A1 | BC | CF | 16 | 9 | 0 | 13 | CD | 20 | 48 |
| Octal | 241 | 274 | 317 | 26 | 11 | 0 | 23 | 315 | 40 | 110 |
| Binary | 10100001 | 10111100 | 11001111 | 10110 | 1001 | 0 | 10011 | 11001101 | 100000 | 1001000 |
Color Harmonies of #A1BCCF
Complementary color
Monochromatic Colors of #A1BCCF
Black with #A1BCCF
Text Example
Text Example
White with #A1BCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BCCF; }
p { color: rgb(161,188,207); }
H1.HeaderClassName
{
color: #A1BCCF;
}
.AnyTagClassName
{
color: #A1BCCF;
}
</style>
background-color css
<style>
a { background-color: #A1BCCF; }
a { background-color: rgb(161,188,207); }
div.DivClassName
{
background-color: #A1BCCF;
}
.BgClassName
{
background-color: #A1BCCF;
}
</style>
border-color css
<style>
span { border-color: #A1BCCF; }
span { border-color: rgb(161,188,207); }
td.TdClassName
{
border-color: #A1BCCF;
}
.TagClassName
{
border-color: #A1BCCF;
}
</style>