Shades of Heather #B7BDC4
Tints of Heather #B7BDC4
RGB
CMYK
RGB Variations
Color information
#B7BDC4 (or 0xB7BDC4) is known color: Heather. HEX triplet: B7, BD and C4. RGB value is (183,189,196). Sum of RGB (Red+Green+Blue) = 183+189+196=568 (75% of max value = 765). Red value is 183 (71.88% from 255 or 32.22% from 568); Green value is 189 (74.22% from 255 or 33.27% from 568); Blue value is 196 (76.95% from 255 or 34.51% from 568); Max value from RGB is 196 - color contains mainly: blue. Hex color #B7BDC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BDC4 is #48423B. Grayscale: #BBBBBB. Windows color (decimal): -4735548 or 12893623. OLE color: 12893623.
HSL color Cylindrical-coordinate representation of color #B7BDC4: hue angle of 212.31º degrees, saturation: 0.1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B7BDC4 is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
RGB | 183 | 189 | 196 | - |
CMYK | 0.07 | 0.04 | 0 | 0.23 |
HSL | 212.31º | 0.1% | 0.74% | - |
HSV(B) | 212.31º | 0.07% | 0.77% | - |
XYZ | 47.69 | 50.45 | 59.45 | - |
YUV | 188 | 132.51 | 124.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 189 | 196 | 0.07 | 0.04 | 0 | 0.23 | 212.31 | 0.1 | 0.74 |
Hex | B7 | BD | C4 | 7 | 4 | 0 | 17 | D4 | A | 4A |
Octal | 267 | 275 | 304 | 7 | 4 | 0 | 27 | 324 | 12 | 112 |
Binary | 10110111 | 10111101 | 11000100 | 111 | 100 | 0 | 10111 | 11010100 | 1010 | 1001010 |
Color Harmonies of #B7BDC4
Complementary color
Monochromatic Colors of #B7BDC4
Black with #B7BDC4
Text Example
Text Example
White with #B7BDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BDC4; }
p { color: rgb(183,189,196); }
H1.HeaderClassName
{
color: #B7BDC4;
}
.AnyTagClassName
{
color: #B7BDC4;
}
</style>
background-color css
<style>
a { background-color: #B7BDC4; }
a { background-color: rgb(183,189,196); }
div.DivClassName
{
background-color: #B7BDC4;
}
.BgClassName
{
background-color: #B7BDC4;
}
</style>
border-color css
<style>
span { border-color: #B7BDC4; }
span { border-color: rgb(183,189,196); }
td.TdClassName
{
border-color: #B7BDC4;
}
.TagClassName
{
border-color: #B7BDC4;
}
</style>