Shades of Heather #B7BEC1
Tints of Heather #B7BEC1
RGB
CMYK
RGB Variations
Color information
#B7BEC1 (or 0xB7BEC1) is known color: Heather. HEX triplet: B7, BE and C1. RGB value is (183,190,193). Sum of RGB (Red+Green+Blue) = 183+190+193=566 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.33% from 566); Green value is 190 (74.61% from 255 or 33.57% from 566); Blue value is 193 (75.78% from 255 or 34.10% from 566); Max value from RGB is 193 - color contains mainly: blue. Hex color #B7BEC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BEC1 is #48413E. Grayscale: #BCBCBC. Windows color (decimal): -4735295 or 12697271. OLE color: 12697271.
HSL color Cylindrical-coordinate representation of color #B7BEC1: hue angle of 198º 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 #B7BEC1 is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 183 | 190 | 193 | - |
CMYK | 0.05 | 0.02 | 0 | 0.24 |
HSL | 198º | 0.07% | 0.74% | - |
HSV(B) | 198º | 0.05% | 0.76% | - |
XYZ | 47.57 | 50.74 | 57.74 | - |
YUV | 188.25 | 130.68 | 124.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 190 | 193 | 0.05 | 0.02 | 0 | 0.24 | 198 | 0.07 | 0.74 |
Hex | B7 | BE | C1 | 5 | 2 | 0 | 18 | C6 | 7 | 4A |
Octal | 267 | 276 | 301 | 5 | 2 | 0 | 30 | 306 | 7 | 112 |
Binary | 10110111 | 10111110 | 11000001 | 101 | 10 | 0 | 11000 | 11000110 | 111 | 1001010 |
Color Harmonies of #B7BEC1
Complementary color
Monochromatic Colors of #B7BEC1
Black with #B7BEC1
Text Example
Text Example
White with #B7BEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BEC1; }
p { color: rgb(183,190,193); }
H1.HeaderClassName
{
color: #B7BEC1;
}
.AnyTagClassName
{
color: #B7BEC1;
}
</style>
background-color css
<style>
a { background-color: #B7BEC1; }
a { background-color: rgb(183,190,193); }
div.DivClassName
{
background-color: #B7BEC1;
}
.BgClassName
{
background-color: #B7BEC1;
}
</style>
border-color css
<style>
span { border-color: #B7BEC1; }
span { border-color: rgb(183,190,193); }
td.TdClassName
{
border-color: #B7BEC1;
}
.TagClassName
{
border-color: #B7BEC1;
}
</style>