Shades of Heather #B5BCC1
Tints of Heather #B5BCC1
RGB
CMYK
RGB Variations
Color information
#B5BCC1 (or 0xB5BCC1) is known color: Heather. HEX triplet: B5, BC and C1. RGB value is (181,188,193). Sum of RGB (Red+Green+Blue) = 181+188+193=562 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.21% from 562); Green value is 188 (73.83% from 255 or 33.45% from 562); Blue value is 193 (75.78% from 255 or 34.34% from 562); Max value from RGB is 193 - color contains mainly: blue. Hex color #B5BCC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BCC1 is #4A433E. Grayscale: #BABABA. Windows color (decimal): -4866879 or 12696757. OLE color: 12696757.
HSL color Cylindrical-coordinate representation of color #B5BCC1: hue angle of 205º 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 #B5BCC1 is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 188 | 193 | - |
| CMYK | 0.06 | 0.03 | 0 | 0.24 |
| HSL | 205º | 0.09% | 0.73% | - |
| HSV(B) | 205º | 0.06% | 0.76% | - |
| XYZ | 46.66 | 49.64 | 57.57 | - |
| YUV | 186.48 | 131.68 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 188 | 193 | 0.06 | 0.03 | 0 | 0.24 | 205 | 0.09 | 0.73 |
| Hex | B5 | BC | C1 | 6 | 3 | 0 | 18 | CD | 9 | 49 |
| Octal | 265 | 274 | 301 | 6 | 3 | 0 | 30 | 315 | 11 | 111 |
| Binary | 10110101 | 10111100 | 11000001 | 110 | 11 | 0 | 11000 | 11001101 | 1001 | 1001001 |
Color Harmonies of #B5BCC1
Complementary color
Monochromatic Colors of #B5BCC1
Black with #B5BCC1
Text Example
Text Example
White with #B5BCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BCC1; }
p { color: rgb(181,188,193); }
H1.HeaderClassName
{
color: #B5BCC1;
}
.AnyTagClassName
{
color: #B5BCC1;
}
</style>
background-color css
<style>
a { background-color: #B5BCC1; }
a { background-color: rgb(181,188,193); }
div.DivClassName
{
background-color: #B5BCC1;
}
.BgClassName
{
background-color: #B5BCC1;
}
</style>
border-color css
<style>
span { border-color: #B5BCC1; }
span { border-color: rgb(181,188,193); }
td.TdClassName
{
border-color: #B5BCC1;
}
.TagClassName
{
border-color: #B5BCC1;
}
</style>