Shades of Heather #B8BCC1
Tints of Heather #B8BCC1
RGB
CMYK
RGB Variations
Color information
#B8BCC1 (or 0xB8BCC1) is known color: Heather. HEX triplet: B8, BC and C1. RGB value is (184,188,193). Sum of RGB (Red+Green+Blue) = 184+188+193=565 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.57% from 565); Green value is 188 (73.83% from 255 or 33.27% 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 #B8BCC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BCC1 is #47433E. Grayscale: #BBBBBB. Windows color (decimal): -4670271 or 12696760. OLE color: 12696760.
HSL color Cylindrical-coordinate representation of color #B8BCC1: hue angle of 213.33º degrees, saturation: 0.07, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B8BCC1 is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 188 | 193 | - |
| CMYK | 0.05 | 0.03 | 0 | 0.24 |
| HSL | 213.33º | 0.07% | 0.74% | - |
| HSV(B) | 213.33º | 0.05% | 0.76% | - |
| XYZ | 47.38 | 50.01 | 57.61 | - |
| YUV | 187.37 | 131.17 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 188 | 193 | 0.05 | 0.03 | 0 | 0.24 | 213.33 | 0.07 | 0.74 |
| Hex | B8 | BC | C1 | 5 | 3 | 0 | 18 | D5 | 7 | 4A |
| Octal | 270 | 274 | 301 | 5 | 3 | 0 | 30 | 325 | 7 | 112 |
| Binary | 10111000 | 10111100 | 11000001 | 101 | 11 | 0 | 11000 | 11010101 | 111 | 1001010 |
Color Harmonies of #B8BCC1
Complementary color
Monochromatic Colors of #B8BCC1
Black with #B8BCC1
Text Example
Text Example
White with #B8BCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BCC1; }
p { color: rgb(184,188,193); }
H1.HeaderClassName
{
color: #B8BCC1;
}
.AnyTagClassName
{
color: #B8BCC1;
}
</style>
background-color css
<style>
a { background-color: #B8BCC1; }
a { background-color: rgb(184,188,193); }
div.DivClassName
{
background-color: #B8BCC1;
}
.BgClassName
{
background-color: #B8BCC1;
}
</style>
border-color css
<style>
span { border-color: #B8BCC1; }
span { border-color: rgb(184,188,193); }
td.TdClassName
{
border-color: #B8BCC1;
}
.TagClassName
{
border-color: #B8BCC1;
}
</style>