Shades of Heather #B3BCC1
Tints of Heather #B3BCC1
RGB
CMYK
RGB Variations
Color information
#B3BCC1 (or 0xB3BCC1) is known color: Heather. HEX triplet: B3, BC and C1. RGB value is (179,188,193). Sum of RGB (Red+Green+Blue) = 179+188+193=560 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.96% from 560); Green value is 188 (73.83% from 255 or 33.57% from 560); Blue value is 193 (75.78% from 255 or 34.46% from 560); Max value from RGB is 193 - color contains mainly: blue. Hex color #B3BCC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BCC1 is #4C433E. Grayscale: #B9B9B9. Windows color (decimal): -4997951 or 12696755. OLE color: 12696755.
HSL color Cylindrical-coordinate representation of color #B3BCC1: hue angle of 201.43º degrees, saturation: 0.1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B3BCC1 is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 179 | 188 | 193 | - |
| CMYK | 0.07 | 0.03 | 0 | 0.24 |
| HSL | 201.43º | 0.1% | 0.73% | - |
| HSV(B) | 201.43º | 0.07% | 0.76% | - |
| XYZ | 46.2 | 49.4 | 57.55 | - |
| YUV | 185.88 | 132.02 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 188 | 193 | 0.07 | 0.03 | 0 | 0.24 | 201.43 | 0.1 | 0.73 |
| Hex | B3 | BC | C1 | 7 | 3 | 0 | 18 | C9 | A | 49 |
| Octal | 263 | 274 | 301 | 7 | 3 | 0 | 30 | 311 | 12 | 111 |
| Binary | 10110011 | 10111100 | 11000001 | 111 | 11 | 0 | 11000 | 11001001 | 1010 | 1001001 |
Color Harmonies of #B3BCC1
Complementary color
Monochromatic Colors of #B3BCC1
Black with #B3BCC1
Text Example
Text Example
White with #B3BCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BCC1; }
p { color: rgb(179,188,193); }
H1.HeaderClassName
{
color: #B3BCC1;
}
.AnyTagClassName
{
color: #B3BCC1;
}
</style>
background-color css
<style>
a { background-color: #B3BCC1; }
a { background-color: rgb(179,188,193); }
div.DivClassName
{
background-color: #B3BCC1;
}
.BgClassName
{
background-color: #B3BCC1;
}
</style>
border-color css
<style>
span { border-color: #B3BCC1; }
span { border-color: rgb(179,188,193); }
td.TdClassName
{
border-color: #B3BCC1;
}
.TagClassName
{
border-color: #B3BCC1;
}
</style>