Shades of Heather #A1BFD0
Tints of Heather #A1BFD0
RGB
CMYK
RGB Variations
Color information
#A1BFD0 (or 0xA1BFD0) is known color: Heather. HEX triplet: A1, BF and D0. RGB value is (161,191,208). Sum of RGB (Red+Green+Blue) = 161+191+208=560 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.75% from 560); Green value is 191 (75% from 255 or 34.11% from 560); Blue value is 208 (81.64% from 255 or 37.14% from 560); Max value from RGB is 208 - color contains mainly: blue. Hex color #A1BFD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BFD0 is #5E402F. Grayscale: #B7B7B7. Windows color (decimal): -6176816 or 13680545. OLE color: 13680545.
HSL color Cylindrical-coordinate representation of color #A1BFD0: hue angle of 201.7º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A1BFD0 is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 191 | 208 | - |
| CMYK | 0.23 | 0.08 | 0 | 0.18 |
| HSL | 201.7º | 0.33% | 0.72% | - |
| HSV(B) | 201.7º | 0.23% | 0.82% | - |
| XYZ | 44.71 | 49.39 | 66.85 | - |
| YUV | 183.97 | 141.56 | 111.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 191 | 208 | 0.23 | 0.08 | 0 | 0.18 | 201.7 | 0.33 | 0.72 |
| Hex | A1 | BF | D0 | 17 | 8 | 0 | 12 | CA | 21 | 48 |
| Octal | 241 | 277 | 320 | 27 | 10 | 0 | 22 | 312 | 41 | 110 |
| Binary | 10100001 | 10111111 | 11010000 | 10111 | 1000 | 0 | 10010 | 11001010 | 100001 | 1001000 |
Color Harmonies of #A1BFD0
Complementary color
Monochromatic Colors of #A1BFD0
Black with #A1BFD0
Text Example
Text Example
White with #A1BFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BFD0; }
p { color: rgb(161,191,208); }
H1.HeaderClassName
{
color: #A1BFD0;
}
.AnyTagClassName
{
color: #A1BFD0;
}
</style>
background-color css
<style>
a { background-color: #A1BFD0; }
a { background-color: rgb(161,191,208); }
div.DivClassName
{
background-color: #A1BFD0;
}
.BgClassName
{
background-color: #A1BFD0;
}
</style>
border-color css
<style>
span { border-color: #A1BFD0; }
span { border-color: rgb(161,191,208); }
td.TdClassName
{
border-color: #A1BFD0;
}
.TagClassName
{
border-color: #A1BFD0;
}
</style>