Shades of Heather #B5BFC3
Tints of Heather #B5BFC3
RGB
CMYK
RGB Variations
Color information
#B5BFC3 (or 0xB5BFC3) is known color: Heather. HEX triplet: B5, BF and C3. RGB value is (181,191,195). Sum of RGB (Red+Green+Blue) = 181+191+195=567 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.92% from 567); Green value is 191 (75% from 255 or 33.69% from 567); Blue value is 195 (76.56% from 255 or 34.39% from 567); Max value from RGB is 195 - color contains mainly: blue. Hex color #B5BFC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BFC3 is #4A403C. Grayscale: #BCBCBC. Windows color (decimal): -4866109 or 12828597. OLE color: 12828597.
HSL color Cylindrical-coordinate representation of color #B5BFC3: hue angle of 197.14º degrees, saturation: 0.1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B5BFC3 is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 191 | 195 | - |
| CMYK | 0.07 | 0.02 | 0 | 0.24 |
| HSL | 197.14º | 0.1% | 0.74% | - |
| HSV(B) | 197.14º | 0.07% | 0.76% | - |
| XYZ | 47.54 | 51.03 | 58.97 | - |
| YUV | 188.47 | 131.69 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 191 | 195 | 0.07 | 0.02 | 0 | 0.24 | 197.14 | 0.1 | 0.74 |
| Hex | B5 | BF | C3 | 7 | 2 | 0 | 18 | C5 | A | 4A |
| Octal | 265 | 277 | 303 | 7 | 2 | 0 | 30 | 305 | 12 | 112 |
| Binary | 10110101 | 10111111 | 11000011 | 111 | 10 | 0 | 11000 | 11000101 | 1010 | 1001010 |
Color Harmonies of #B5BFC3
Complementary color
Monochromatic Colors of #B5BFC3
Black with #B5BFC3
Text Example
Text Example
White with #B5BFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BFC3; }
p { color: rgb(181,191,195); }
H1.HeaderClassName
{
color: #B5BFC3;
}
.AnyTagClassName
{
color: #B5BFC3;
}
</style>
background-color css
<style>
a { background-color: #B5BFC3; }
a { background-color: rgb(181,191,195); }
div.DivClassName
{
background-color: #B5BFC3;
}
.BgClassName
{
background-color: #B5BFC3;
}
</style>
border-color css
<style>
span { border-color: #B5BFC3; }
span { border-color: rgb(181,191,195); }
td.TdClassName
{
border-color: #B5BFC3;
}
.TagClassName
{
border-color: #B5BFC3;
}
</style>