Shades of Heather #B5BFC1
Tints of Heather #B5BFC1
RGB
CMYK
RGB Variations
Color information
#B5BFC1 (or 0xB5BFC1) is known color: Heather. HEX triplet: B5, BF and C1. RGB value is (181,191,193). Sum of RGB (Red+Green+Blue) = 181+191+193=565 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.04% from 565); Green value is 191 (75% from 255 or 33.81% from 565); Blue value is 193 (75.78% from 255 or 34.16% from 565); Max value from RGB is 193 - color contains mainly: blue. Hex color #B5BFC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BFC1 is #4A403E. Grayscale: #BCBCBC. Windows color (decimal): -4866111 or 12697525. OLE color: 12697525.
HSL color Cylindrical-coordinate representation of color #B5BFC1: hue angle of 190º degrees, saturation: 0.09, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B5BFC1 is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 191 | 193 | - |
| CMYK | 0.06 | 0.01 | 0 | 0.24 |
| HSL | 190º | 0.09% | 0.73% | - |
| HSV(B) | 190º | 0.06% | 0.76% | - |
| XYZ | 47.31 | 50.94 | 57.79 | - |
| YUV | 188.24 | 130.69 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 191 | 193 | 0.06 | 0.01 | 0 | 0.24 | 190 | 0.09 | 0.73 |
| Hex | B5 | BF | C1 | 6 | 1 | 0 | 18 | BE | 9 | 49 |
| Octal | 265 | 277 | 301 | 6 | 1 | 0 | 30 | 276 | 11 | 111 |
| Binary | 10110101 | 10111111 | 11000001 | 110 | 1 | 0 | 11000 | 10111110 | 1001 | 1001001 |
Color Harmonies of #B5BFC1
Complementary color
Monochromatic Colors of #B5BFC1
Black with #B5BFC1
Text Example
Text Example
White with #B5BFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BFC1; }
p { color: rgb(181,191,193); }
H1.HeaderClassName
{
color: #B5BFC1;
}
.AnyTagClassName
{
color: #B5BFC1;
}
</style>
background-color css
<style>
a { background-color: #B5BFC1; }
a { background-color: rgb(181,191,193); }
div.DivClassName
{
background-color: #B5BFC1;
}
.BgClassName
{
background-color: #B5BFC1;
}
</style>
border-color css
<style>
span { border-color: #B5BFC1; }
span { border-color: rgb(181,191,193); }
td.TdClassName
{
border-color: #B5BFC1;
}
.TagClassName
{
border-color: #B5BFC1;
}
</style>