Shades of Heather #B5BFC4
Tints of Heather #B5BFC4
RGB
CMYK
RGB Variations
Color information
#B5BFC4 (or 0xB5BFC4) is known color: Heather. HEX triplet: B5, BF and C4. RGB value is (181,191,196). Sum of RGB (Red+Green+Blue) = 181+191+196=568 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.87% from 568); Green value is 191 (75% from 255 or 33.63% from 568); Blue value is 196 (76.95% from 255 or 34.51% from 568); Max value from RGB is 196 - color contains mainly: blue. Hex color #B5BFC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BFC4 is #4A403B. Grayscale: #BCBCBC. Windows color (decimal): -4866108 or 12894133. OLE color: 12894133.
HSL color Cylindrical-coordinate representation of color #B5BFC4: hue angle of 200º degrees, saturation: 0.11, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B5BFC4 is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 181 | 191 | 196 | - |
| CMYK | 0.08 | 0.03 | 0 | 0.23 |
| HSL | 200º | 0.11% | 0.74% | - |
| HSV(B) | 200º | 0.08% | 0.77% | - |
| XYZ | 47.65 | 51.07 | 59.57 | - |
| YUV | 188.58 | 132.19 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 191 | 196 | 0.08 | 0.03 | 0 | 0.23 | 200 | 0.11 | 0.74 |
| Hex | B5 | BF | C4 | 8 | 3 | 0 | 17 | C8 | B | 4A |
| Octal | 265 | 277 | 304 | 10 | 3 | 0 | 27 | 310 | 13 | 112 |
| Binary | 10110101 | 10111111 | 11000100 | 1000 | 11 | 0 | 10111 | 11001000 | 1011 | 1001010 |
Color Harmonies of #B5BFC4
Complementary color
Monochromatic Colors of #B5BFC4
Black with #B5BFC4
Text Example
Text Example
White with #B5BFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BFC4; }
p { color: rgb(181,191,196); }
H1.HeaderClassName
{
color: #B5BFC4;
}
.AnyTagClassName
{
color: #B5BFC4;
}
</style>
background-color css
<style>
a { background-color: #B5BFC4; }
a { background-color: rgb(181,191,196); }
div.DivClassName
{
background-color: #B5BFC4;
}
.BgClassName
{
background-color: #B5BFC4;
}
</style>
border-color css
<style>
span { border-color: #B5BFC4; }
span { border-color: rgb(181,191,196); }
td.TdClassName
{
border-color: #B5BFC4;
}
.TagClassName
{
border-color: #B5BFC4;
}
</style>