Shades of French Grey #BCB6C3
Tints of French Grey #BCB6C3
RGB
CMYK
RGB Variations
Color information
#BCB6C3 (or 0xBCB6C3) is known color: French Grey. HEX triplet: BC, B6 and C3. RGB value is (188,182,195). Sum of RGB (Red+Green+Blue) = 188+182+195=565 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.27% from 565); Green value is 182 (71.48% from 255 or 32.21% from 565); Blue value is 195 (76.56% from 255 or 34.51% from 565); Max value from RGB is 195 - color contains mainly: blue. Hex color #BCB6C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB6C3 is #43493C. Grayscale: #B9B9B9. Windows color (decimal): -4409661 or 12826300. OLE color: 12826300.
HSL color Cylindrical-coordinate representation of color #BCB6C3: hue angle of 267.69º degrees, saturation: 0.1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BCB6C3 is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 182 | 195 | - |
| CMYK | 0.04 | 0.07 | 0 | 0.24 |
| HSL | 267.69º | 0.1% | 0.74% | - |
| HSV(B) | 267.69º | 0.07% | 0.76% | - |
| XYZ | 47.32 | 48.09 | 58.42 | - |
| YUV | 185.28 | 133.49 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 182 | 195 | 0.04 | 0.07 | 0 | 0.24 | 267.69 | 0.1 | 0.74 |
| Hex | BC | B6 | C3 | 4 | 7 | 0 | 18 | 10C | A | 4A |
| Octal | 274 | 266 | 303 | 4 | 7 | 0 | 30 | 414 | 12 | 112 |
| Binary | 10111100 | 10110110 | 11000011 | 100 | 111 | 0 | 11000 | 100001100 | 1010 | 1001010 |
Color Harmonies of #BCB6C3
Complementary color
Monochromatic Colors of #BCB6C3
Black with #BCB6C3
Text Example
Text Example
White with #BCB6C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB6C3; }
p { color: rgb(188,182,195); }
H1.HeaderClassName
{
color: #BCB6C3;
}
.AnyTagClassName
{
color: #BCB6C3;
}
</style>
background-color css
<style>
a { background-color: #BCB6C3; }
a { background-color: rgb(188,182,195); }
div.DivClassName
{
background-color: #BCB6C3;
}
.BgClassName
{
background-color: #BCB6C3;
}
</style>
border-color css
<style>
span { border-color: #BCB6C3; }
span { border-color: rgb(188,182,195); }
td.TdClassName
{
border-color: #BCB6C3;
}
.TagClassName
{
border-color: #BCB6C3;
}
</style>