Shades of French Grey #BCB9BF
Tints of French Grey #BCB9BF
RGB
CMYK
RGB Variations
Color information
#BCB9BF (or 0xBCB9BF) is known color: French Grey. HEX triplet: BC, B9 and BF. RGB value is (188,185,191). Sum of RGB (Red+Green+Blue) = 188+185+191=564 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.33% from 564); Green value is 185 (72.66% from 255 or 32.80% from 564); Blue value is 191 (75% from 255 or 33.87% from 564); Max value from RGB is 191 - color contains mainly: blue. Hex color #BCB9BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB9BF is #434640. Grayscale: #BABABA. Windows color (decimal): -4408897 or 12564924. OLE color: 12564924.
HSL color Cylindrical-coordinate representation of color #BCB9BF: hue angle of 270º degrees, saturation: 0.04, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BCB9BF is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 188 | 185 | 191 | - |
CMYK | 0.02 | 0.03 | 0 | 0.25 |
HSL | 270º | 0.04% | 0.74% | - |
HSV(B) | 270º | 0.03% | 0.75% | - |
XYZ | 47.49 | 49.15 | 56.27 | - |
YUV | 186.58 | 130.49 | 129.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 188 | 185 | 191 | 0.02 | 0.03 | 0 | 0.25 | 270 | 0.04 | 0.74 |
Hex | BC | B9 | BF | 2 | 3 | 0 | 19 | 10E | 4 | 4A |
Octal | 274 | 271 | 277 | 2 | 3 | 0 | 31 | 416 | 4 | 112 |
Binary | 10111100 | 10111001 | 10111111 | 10 | 11 | 0 | 11001 | 100001110 | 100 | 1001010 |
Color Harmonies of #BCB9BF
Complementary color
Monochromatic Colors of #BCB9BF
Black with #BCB9BF
Text Example
Text Example
White with #BCB9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB9BF; }
p { color: rgb(188,185,191); }
H1.HeaderClassName
{
color: #BCB9BF;
}
.AnyTagClassName
{
color: #BCB9BF;
}
</style>
background-color css
<style>
a { background-color: #BCB9BF; }
a { background-color: rgb(188,185,191); }
div.DivClassName
{
background-color: #BCB9BF;
}
.BgClassName
{
background-color: #BCB9BF;
}
</style>
border-color css
<style>
span { border-color: #BCB9BF; }
span { border-color: rgb(188,185,191); }
td.TdClassName
{
border-color: #BCB9BF;
}
.TagClassName
{
border-color: #BCB9BF;
}
</style>