Shades of Heather #B1C0CB
Tints of Heather #B1C0CB
RGB
CMYK
RGB Variations
Color information
#B1C0CB (or 0xB1C0CB) is known color: Heather. HEX triplet: B1, C0 and CB. RGB value is (177,192,203). Sum of RGB (Red+Green+Blue) = 177+192+203=572 (75% of max value = 765). Red value is 177 (69.53% from 255 or 30.94% from 572); Green value is 192 (75.39% from 255 or 33.57% from 572); Blue value is 203 (79.69% from 255 or 35.49% from 572); Max value from RGB is 203 - color contains mainly: blue. Hex color #B1C0CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1C0CB is #4E3F34. Grayscale: #BCBCBC. Windows color (decimal): -5127989 or 13353137. OLE color: 13353137.
HSL color Cylindrical-coordinate representation of color #B1C0CB: hue angle of 205.38º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B1C0CB is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 177 | 192 | 203 | - |
| CMYK | 0.13 | 0.05 | 0 | 0.20 |
| HSL | 205.38º | 0.2% | 0.75% | - |
| HSV(B) | 205.38º | 0.13% | 0.8% | - |
| XYZ | 47.76 | 51.36 | 63.9 | - |
| YUV | 188.77 | 136.03 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 192 | 203 | 0.13 | 0.05 | 0 | 0.20 | 205.38 | 0.2 | 0.75 |
| Hex | B1 | C0 | CB | D | 5 | 0 | 14 | CD | 14 | 4B |
| Octal | 261 | 300 | 313 | 15 | 5 | 0 | 24 | 315 | 24 | 113 |
| Binary | 10110001 | 11000000 | 11001011 | 1101 | 101 | 0 | 10100 | 11001101 | 10100 | 1001011 |
Color Harmonies of #B1C0CB
Complementary color
Monochromatic Colors of #B1C0CB
Black with #B1C0CB
Text Example
Text Example
White with #B1C0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C0CB; }
p { color: rgb(177,192,203); }
H1.HeaderClassName
{
color: #B1C0CB;
}
.AnyTagClassName
{
color: #B1C0CB;
}
</style>
background-color css
<style>
a { background-color: #B1C0CB; }
a { background-color: rgb(177,192,203); }
div.DivClassName
{
background-color: #B1C0CB;
}
.BgClassName
{
background-color: #B1C0CB;
}
</style>
border-color css
<style>
span { border-color: #B1C0CB; }
span { border-color: rgb(177,192,203); }
td.TdClassName
{
border-color: #B1C0CB;
}
.TagClassName
{
border-color: #B1C0CB;
}
</style>