Shades of French Grey #BCB8C0
Tints of French Grey #BCB8C0
RGB
CMYK
RGB Variations
Color information
#BCB8C0 (or 0xBCB8C0) is known color: French Grey. HEX triplet: BC, B8 and C0. RGB value is (188,184,192). Sum of RGB (Red+Green+Blue) = 188+184+192=564 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.33% from 564); Green value is 184 (72.27% from 255 or 32.62% from 564); Blue value is 192 (75.39% from 255 or 34.04% from 564); Max value from RGB is 192 - color contains mainly: blue. Hex color #BCB8C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB8C0 is #43473F. Grayscale: #BABABA. Windows color (decimal): -4409152 or 12630204. OLE color: 12630204.
HSL color Cylindrical-coordinate representation of color #BCB8C0: hue angle of 270º degrees, saturation: 0.06, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BCB8C0 is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 188 | 184 | 192 | - |
CMYK | 0.02 | 0.04 | 0 | 0.25 |
HSL | 270º | 0.06% | 0.74% | - |
HSV(B) | 270º | 0.04% | 0.75% | - |
XYZ | 47.39 | 48.78 | 56.79 | - |
YUV | 186.11 | 131.33 | 129.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 188 | 184 | 192 | 0.02 | 0.04 | 0 | 0.25 | 270 | 0.06 | 0.74 |
Hex | BC | B8 | C0 | 2 | 4 | 0 | 19 | 10E | 6 | 4A |
Octal | 274 | 270 | 300 | 2 | 4 | 0 | 31 | 416 | 6 | 112 |
Binary | 10111100 | 10111000 | 11000000 | 10 | 100 | 0 | 11001 | 100001110 | 110 | 1001010 |
Color Harmonies of #BCB8C0
Complementary color
Monochromatic Colors of #BCB8C0
Black with #BCB8C0
Text Example
Text Example
White with #BCB8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB8C0; }
p { color: rgb(188,184,192); }
H1.HeaderClassName
{
color: #BCB8C0;
}
.AnyTagClassName
{
color: #BCB8C0;
}
</style>
background-color css
<style>
a { background-color: #BCB8C0; }
a { background-color: rgb(188,184,192); }
div.DivClassName
{
background-color: #BCB8C0;
}
.BgClassName
{
background-color: #BCB8C0;
}
</style>
border-color css
<style>
span { border-color: #BCB8C0; }
span { border-color: rgb(188,184,192); }
td.TdClassName
{
border-color: #BCB8C0;
}
.TagClassName
{
border-color: #BCB8C0;
}
</style>