Shades of Heather #B3BFC3
Tints of Heather #B3BFC3
RGB
CMYK
RGB Variations
Color information
#B3BFC3 (or 0xB3BFC3) is known color: Heather. HEX triplet: B3, BF and C3. RGB value is (179,191,195). Sum of RGB (Red+Green+Blue) = 179+191+195=565 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.68% from 565); Green value is 191 (75% from 255 or 33.81% from 565); Blue value is 195 (76.56% from 255 or 34.51% from 565); Max value from RGB is 195 - color contains mainly: blue. Hex color #B3BFC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BFC3 is #4C403C. Grayscale: #BBBBBB. Windows color (decimal): -4997181 or 12828595. OLE color: 12828595.
HSL color Cylindrical-coordinate representation of color #B3BFC3: hue angle of 195º degrees, saturation: 0.12, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B3BFC3 is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 179 | 191 | 195 | - |
| CMYK | 0.08 | 0.02 | 0 | 0.24 |
| HSL | 195º | 0.12% | 0.73% | - |
| HSV(B) | 195º | 0.08% | 0.76% | - |
| XYZ | 47.07 | 50.79 | 58.95 | - |
| YUV | 187.87 | 132.02 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 191 | 195 | 0.08 | 0.02 | 0 | 0.24 | 195 | 0.12 | 0.73 |
| Hex | B3 | BF | C3 | 8 | 2 | 0 | 18 | C3 | C | 49 |
| Octal | 263 | 277 | 303 | 10 | 2 | 0 | 30 | 303 | 14 | 111 |
| Binary | 10110011 | 10111111 | 11000011 | 1000 | 10 | 0 | 11000 | 11000011 | 1100 | 1001001 |
Color Harmonies of #B3BFC3
Complementary color
Monochromatic Colors of #B3BFC3
Black with #B3BFC3
Text Example
Text Example
White with #B3BFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BFC3; }
p { color: rgb(179,191,195); }
H1.HeaderClassName
{
color: #B3BFC3;
}
.AnyTagClassName
{
color: #B3BFC3;
}
</style>
background-color css
<style>
a { background-color: #B3BFC3; }
a { background-color: rgb(179,191,195); }
div.DivClassName
{
background-color: #B3BFC3;
}
.BgClassName
{
background-color: #B3BFC3;
}
</style>
border-color css
<style>
span { border-color: #B3BFC3; }
span { border-color: rgb(179,191,195); }
td.TdClassName
{
border-color: #B3BFC3;
}
.TagClassName
{
border-color: #B3BFC3;
}
</style>