Shades of Heather #B1C1C9
Tints of Heather #B1C1C9
RGB
CMYK
RGB Variations
Color information
#B1C1C9 (or 0xB1C1C9) is known color: Heather. HEX triplet: B1, C1 and C9. RGB value is (177,193,201). Sum of RGB (Red+Green+Blue) = 177+193+201=571 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.00% from 571); Green value is 193 (75.78% from 255 or 33.80% from 571); Blue value is 201 (78.91% from 255 or 35.20% from 571); Max value from RGB is 201 - color contains mainly: blue. Hex color #B1C1C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1C1C9 is #4E3E36. Grayscale: #BDBDBD. Windows color (decimal): -5127735 or 13222321. OLE color: 13222321.
HSL color Cylindrical-coordinate representation of color #B1C1C9: hue angle of 200º degrees, saturation: 0.18, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B1C1C9 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 177 | 193 | 201 | - |
| CMYK | 0.12 | 0.04 | 0 | 0.21 |
| HSL | 200º | 0.18% | 0.74% | - |
| HSV(B) | 200º | 0.12% | 0.79% | - |
| XYZ | 47.74 | 51.7 | 62.72 | - |
| YUV | 189.13 | 134.7 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 193 | 201 | 0.12 | 0.04 | 0 | 0.21 | 200 | 0.18 | 0.74 |
| Hex | B1 | C1 | C9 | C | 4 | 0 | 15 | C8 | 12 | 4A |
| Octal | 261 | 301 | 311 | 14 | 4 | 0 | 25 | 310 | 22 | 112 |
| Binary | 10110001 | 11000001 | 11001001 | 1100 | 100 | 0 | 10101 | 11001000 | 10010 | 1001010 |
Color Harmonies of #B1C1C9
Complementary color
Monochromatic Colors of #B1C1C9
Black with #B1C1C9
Text Example
Text Example
White with #B1C1C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C1C9; }
p { color: rgb(177,193,201); }
H1.HeaderClassName
{
color: #B1C1C9;
}
.AnyTagClassName
{
color: #B1C1C9;
}
</style>
background-color css
<style>
a { background-color: #B1C1C9; }
a { background-color: rgb(177,193,201); }
div.DivClassName
{
background-color: #B1C1C9;
}
.BgClassName
{
background-color: #B1C1C9;
}
</style>
border-color css
<style>
span { border-color: #B1C1C9; }
span { border-color: rgb(177,193,201); }
td.TdClassName
{
border-color: #B1C1C9;
}
.TagClassName
{
border-color: #B1C1C9;
}
</style>