Shades of Heather #B7BFC1
Tints of Heather #B7BFC1
RGB
CMYK
RGB Variations
Color information
#B7BFC1 (or 0xB7BFC1) is known color: Heather. HEX triplet: B7, BF and C1. RGB value is (183,191,193). Sum of RGB (Red+Green+Blue) = 183+191+193=567 (75% of max value = 765). Red value is 183 (71.88% from 255 or 32.28% from 567); Green value is 191 (75% from 255 or 33.69% from 567); Blue value is 193 (75.78% from 255 or 34.04% from 567); Max value from RGB is 193 - color contains mainly: blue. Hex color #B7BFC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BFC1 is #48403E. Grayscale: #BCBCBC. Windows color (decimal): -4735039 or 12697527. OLE color: 12697527.
HSL color Cylindrical-coordinate representation of color #B7BFC1: hue angle of 192º 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 #B7BFC1 is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 183 | 191 | 193 | - |
CMYK | 0.05 | 0.01 | 0 | 0.24 |
HSL | 192º | 0.07% | 0.74% | - |
HSV(B) | 192º | 0.05% | 0.76% | - |
XYZ | 47.78 | 51.18 | 57.81 | - |
YUV | 188.84 | 130.35 | 123.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 191 | 193 | 0.05 | 0.01 | 0 | 0.24 | 192 | 0.07 | 0.74 |
Hex | B7 | BF | C1 | 5 | 1 | 0 | 18 | C0 | 7 | 4A |
Octal | 267 | 277 | 301 | 5 | 1 | 0 | 30 | 300 | 7 | 112 |
Binary | 10110111 | 10111111 | 11000001 | 101 | 1 | 0 | 11000 | 11000000 | 111 | 1001010 |
Color Harmonies of #B7BFC1
Complementary color
Monochromatic Colors of #B7BFC1
Black with #B7BFC1
Text Example
Text Example
White with #B7BFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BFC1; }
p { color: rgb(183,191,193); }
H1.HeaderClassName
{
color: #B7BFC1;
}
.AnyTagClassName
{
color: #B7BFC1;
}
</style>
background-color css
<style>
a { background-color: #B7BFC1; }
a { background-color: rgb(183,191,193); }
div.DivClassName
{
background-color: #B7BFC1;
}
.BgClassName
{
background-color: #B7BFC1;
}
</style>
border-color css
<style>
span { border-color: #B7BFC1; }
span { border-color: rgb(183,191,193); }
td.TdClassName
{
border-color: #B7BFC1;
}
.TagClassName
{
border-color: #B7BFC1;
}
</style>