Shades of Heather #B5BCBF
Tints of Heather #B5BCBF
RGB
CMYK
RGB Variations
Color information
#B5BCBF (or 0xB5BCBF) is known color: Heather. HEX triplet: B5, BC and BF. RGB value is (181,188,191). Sum of RGB (Red+Green+Blue) = 181+188+191=560 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.32% from 560); Green value is 188 (73.83% from 255 or 33.57% from 560); Blue value is 191 (75% from 255 or 34.11% from 560); Max value from RGB is 191 - color contains mainly: blue. Hex color #B5BCBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BCBF is #4A4340. Grayscale: #BABABA. Windows color (decimal): -4866881 or 12565685. OLE color: 12565685.
HSL color Cylindrical-coordinate representation of color #B5BCBF: hue angle of 198º degrees, saturation: 0.07, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B5BCBF is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 181 | 188 | 191 | - |
| CMYK | 0.05 | 0.02 | 0 | 0.25 |
| HSL | 198º | 0.07% | 0.73% | - |
| HSV(B) | 198º | 0.05% | 0.75% | - |
| XYZ | 46.44 | 49.55 | 56.41 | - |
| YUV | 186.25 | 130.68 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 188 | 191 | 0.05 | 0.02 | 0 | 0.25 | 198 | 0.07 | 0.73 |
| Hex | B5 | BC | BF | 5 | 2 | 0 | 19 | C6 | 7 | 49 |
| Octal | 265 | 274 | 277 | 5 | 2 | 0 | 31 | 306 | 7 | 111 |
| Binary | 10110101 | 10111100 | 10111111 | 101 | 10 | 0 | 11001 | 11000110 | 111 | 1001001 |
Color Harmonies of #B5BCBF
Complementary color
Monochromatic Colors of #B5BCBF
Black with #B5BCBF
Text Example
Text Example
White with #B5BCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BCBF; }
p { color: rgb(181,188,191); }
H1.HeaderClassName
{
color: #B5BCBF;
}
.AnyTagClassName
{
color: #B5BCBF;
}
</style>
background-color css
<style>
a { background-color: #B5BCBF; }
a { background-color: rgb(181,188,191); }
div.DivClassName
{
background-color: #B5BCBF;
}
.BgClassName
{
background-color: #B5BCBF;
}
</style>
border-color css
<style>
span { border-color: #B5BCBF; }
span { border-color: rgb(181,188,191); }
td.TdClassName
{
border-color: #B5BCBF;
}
.TagClassName
{
border-color: #B5BCBF;
}
</style>