Shades of French Grey #BCB7C4
Tints of French Grey #BCB7C4
RGB
CMYK
RGB Variations
Color information
#BCB7C4 (or 0xBCB7C4) is known color: French Grey. HEX triplet: BC, B7 and C4. RGB value is (188,183,196). Sum of RGB (Red+Green+Blue) = 188+183+196=567 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.16% from 567); Green value is 183 (71.88% from 255 or 32.28% from 567); Blue value is 196 (76.95% from 255 or 34.57% from 567); Max value from RGB is 196 - color contains mainly: blue. Hex color #BCB7C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB7C4 is #43483B. Grayscale: #B9B9B9. Windows color (decimal): -4409404 or 12892092. OLE color: 12892092.
HSL color Cylindrical-coordinate representation of color #BCB7C4: hue angle of 263.08º 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 #BCB7C4 is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 183 | 196 | - |
| CMYK | 0.04 | 0.07 | 0 | 0.23 |
| HSL | 263.08º | 0.1% | 0.74% | - |
| HSV(B) | 263.08º | 0.07% | 0.77% | - |
| XYZ | 47.64 | 48.54 | 59.08 | - |
| YUV | 185.98 | 133.66 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 183 | 196 | 0.04 | 0.07 | 0 | 0.23 | 263.08 | 0.1 | 0.74 |
| Hex | BC | B7 | C4 | 4 | 7 | 0 | 17 | 107 | A | 4A |
| Octal | 274 | 267 | 304 | 4 | 7 | 0 | 27 | 407 | 12 | 112 |
| Binary | 10111100 | 10110111 | 11000100 | 100 | 111 | 0 | 10111 | 100000111 | 1010 | 1001010 |
Color Harmonies of #BCB7C4
Complementary color
Monochromatic Colors of #BCB7C4
Black with #BCB7C4
Text Example
Text Example
White with #BCB7C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB7C4; }
p { color: rgb(188,183,196); }
H1.HeaderClassName
{
color: #BCB7C4;
}
.AnyTagClassName
{
color: #BCB7C4;
}
</style>
background-color css
<style>
a { background-color: #BCB7C4; }
a { background-color: rgb(188,183,196); }
div.DivClassName
{
background-color: #BCB7C4;
}
.BgClassName
{
background-color: #BCB7C4;
}
</style>
border-color css
<style>
span { border-color: #BCB7C4; }
span { border-color: rgb(188,183,196); }
td.TdClassName
{
border-color: #BCB7C4;
}
.TagClassName
{
border-color: #BCB7C4;
}
</style>