Shades of Heather #B1BCC2
Tints of Heather #B1BCC2
RGB
CMYK
RGB Variations
Color information
#B1BCC2 (or 0xB1BCC2) is known color: Heather. HEX triplet: B1, BC and C2. RGB value is (177,188,194). Sum of RGB (Red+Green+Blue) = 177+188+194=559 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.66% from 559); Green value is 188 (73.83% from 255 or 33.63% from 559); Blue value is 194 (76.17% from 255 or 34.70% from 559); Max value from RGB is 194 - color contains mainly: blue. Hex color #B1BCC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BCC2 is #4E433D. Grayscale: #B9B9B9. Windows color (decimal): -5129022 or 12762289. OLE color: 12762289.
HSL color Cylindrical-coordinate representation of color #B1BCC2: hue angle of 201.18º degrees, saturation: 0.12, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B1BCC2 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 177 | 188 | 194 | - |
| CMYK | 0.09 | 0.03 | 0 | 0.24 |
| HSL | 201.18º | 0.12% | 0.73% | - |
| HSV(B) | 201.18º | 0.09% | 0.76% | - |
| XYZ | 45.85 | 49.21 | 58.12 | - |
| YUV | 185.4 | 132.86 | 122.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 188 | 194 | 0.09 | 0.03 | 0 | 0.24 | 201.18 | 0.12 | 0.73 |
| Hex | B1 | BC | C2 | 9 | 3 | 0 | 18 | C9 | C | 49 |
| Octal | 261 | 274 | 302 | 11 | 3 | 0 | 30 | 311 | 14 | 111 |
| Binary | 10110001 | 10111100 | 11000010 | 1001 | 11 | 0 | 11000 | 11001001 | 1100 | 1001001 |
Color Harmonies of #B1BCC2
Complementary color
Monochromatic Colors of #B1BCC2
Black with #B1BCC2
Text Example
Text Example
White with #B1BCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BCC2; }
p { color: rgb(177,188,194); }
H1.HeaderClassName
{
color: #B1BCC2;
}
.AnyTagClassName
{
color: #B1BCC2;
}
</style>
background-color css
<style>
a { background-color: #B1BCC2; }
a { background-color: rgb(177,188,194); }
div.DivClassName
{
background-color: #B1BCC2;
}
.BgClassName
{
background-color: #B1BCC2;
}
</style>
border-color css
<style>
span { border-color: #B1BCC2; }
span { border-color: rgb(177,188,194); }
td.TdClassName
{
border-color: #B1BCC2;
}
.TagClassName
{
border-color: #B1BCC2;
}
</style>