Shades of Heather #B7BEC3
Tints of Heather #B7BEC3
RGB
CMYK
RGB Variations
Color information
#B7BEC3 (or 0xB7BEC3) is known color: Heather. HEX triplet: B7, BE and C3. RGB value is (183,190,195). Sum of RGB (Red+Green+Blue) = 183+190+195=568 (75% of max value = 765). Red value is 183 (71.88% from 255 or 32.22% from 568); Green value is 190 (74.61% from 255 or 33.45% from 568); Blue value is 195 (76.56% from 255 or 34.33% from 568); Max value from RGB is 195 - color contains mainly: blue. Hex color #B7BEC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BEC3 is #48413C. Grayscale: #BCBCBC. Windows color (decimal): -4735293 or 12828343. OLE color: 12828343.
HSL color Cylindrical-coordinate representation of color #B7BEC3: hue angle of 205º degrees, saturation: 0.09, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B7BEC3 is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 183 | 190 | 195 | - |
CMYK | 0.06 | 0.03 | 0 | 0.24 |
HSL | 205º | 0.09% | 0.74% | - |
HSV(B) | 205º | 0.06% | 0.76% | - |
XYZ | 47.79 | 50.83 | 58.92 | - |
YUV | 188.48 | 131.68 | 124.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 190 | 195 | 0.06 | 0.03 | 0 | 0.24 | 205 | 0.09 | 0.74 |
Hex | B7 | BE | C3 | 6 | 3 | 0 | 18 | CD | 9 | 4A |
Octal | 267 | 276 | 303 | 6 | 3 | 0 | 30 | 315 | 11 | 112 |
Binary | 10110111 | 10111110 | 11000011 | 110 | 11 | 0 | 11000 | 11001101 | 1001 | 1001010 |
Color Harmonies of #B7BEC3
Complementary color
Monochromatic Colors of #B7BEC3
Black with #B7BEC3
Text Example
Text Example
White with #B7BEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BEC3; }
p { color: rgb(183,190,195); }
H1.HeaderClassName
{
color: #B7BEC3;
}
.AnyTagClassName
{
color: #B7BEC3;
}
</style>
background-color css
<style>
a { background-color: #B7BEC3; }
a { background-color: rgb(183,190,195); }
div.DivClassName
{
background-color: #B7BEC3;
}
.BgClassName
{
background-color: #B7BEC3;
}
</style>
border-color css
<style>
span { border-color: #B7BEC3; }
span { border-color: rgb(183,190,195); }
td.TdClassName
{
border-color: #B7BEC3;
}
.TagClassName
{
border-color: #B7BEC3;
}
</style>