Shades of Heather #B1C3C9
Tints of Heather #B1C3C9
RGB
CMYK
RGB Variations
Color information
#B1C3C9 (or 0xB1C3C9) is known color: Heather. HEX triplet: B1, C3 and C9. RGB value is (177,195,201). Sum of RGB (Red+Green+Blue) = 177+195+201=573 (75% of max value = 765). Red value is 177 (69.53% from 255 or 30.89% from 573); Green value is 195 (76.56% from 255 or 34.03% from 573); Blue value is 201 (78.91% from 255 or 35.08% from 573); Max value from RGB is 201 - color contains mainly: blue. Hex color #B1C3C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1C3C9 is #4E3C36. Grayscale: #BEBEBE. Windows color (decimal): -5127223 or 13222833. OLE color: 13222833.
HSL color Cylindrical-coordinate representation of color #B1C3C9: hue angle of 195º 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 #B1C3C9 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 177 | 195 | 201 | - |
| CMYK | 0.12 | 0.03 | 0 | 0.21 |
| HSL | 195º | 0.18% | 0.74% | - |
| HSV(B) | 195º | 0.12% | 0.79% | - |
| XYZ | 48.19 | 52.59 | 62.87 | - |
| YUV | 190.3 | 134.04 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 195 | 201 | 0.12 | 0.03 | 0 | 0.21 | 195 | 0.18 | 0.74 |
| Hex | B1 | C3 | C9 | C | 3 | 0 | 15 | C3 | 12 | 4A |
| Octal | 261 | 303 | 311 | 14 | 3 | 0 | 25 | 303 | 22 | 112 |
| Binary | 10110001 | 11000011 | 11001001 | 1100 | 11 | 0 | 10101 | 11000011 | 10010 | 1001010 |
Color Harmonies of #B1C3C9
Complementary color
Monochromatic Colors of #B1C3C9
Black with #B1C3C9
Text Example
Text Example
White with #B1C3C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C3C9; }
p { color: rgb(177,195,201); }
H1.HeaderClassName
{
color: #B1C3C9;
}
.AnyTagClassName
{
color: #B1C3C9;
}
</style>
background-color css
<style>
a { background-color: #B1C3C9; }
a { background-color: rgb(177,195,201); }
div.DivClassName
{
background-color: #B1C3C9;
}
.BgClassName
{
background-color: #B1C3C9;
}
</style>
border-color css
<style>
span { border-color: #B1C3C9; }
span { border-color: rgb(177,195,201); }
td.TdClassName
{
border-color: #B1C3C9;
}
.TagClassName
{
border-color: #B1C3C9;
}
</style>