Shades of French Grey #BCB5C2
Tints of French Grey #BCB5C2
RGB
CMYK
RGB Variations
Color information
#BCB5C2 (or 0xBCB5C2) is known color: French Grey. HEX triplet: BC, B5 and C2. RGB value is (188,181,194). Sum of RGB (Red+Green+Blue) = 188+181+194=563 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.39% from 563); Green value is 181 (71.09% from 255 or 32.15% from 563); Blue value is 194 (76.17% from 255 or 34.46% from 563); Max value from RGB is 194 - color contains mainly: blue. Hex color #BCB5C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB5C2 is #434A3D. Grayscale: #B8B8B8. Windows color (decimal): -4409918 or 12760508. OLE color: 12760508.
HSL color Cylindrical-coordinate representation of color #BCB5C2: hue angle of 272.31º 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 #BCB5C2 is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 188 | 181 | 194 | - |
CMYK | 0.03 | 0.07 | 0 | 0.24 |
HSL | 272.31º | 0.1% | 0.74% | - |
HSV(B) | 272.31º | 0.07% | 0.76% | - |
XYZ | 47 | 47.63 | 57.76 | - |
YUV | 184.58 | 133.32 | 130.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 188 | 181 | 194 | 0.03 | 0.07 | 0 | 0.24 | 272.31 | 0.1 | 0.74 |
Hex | BC | B5 | C2 | 3 | 7 | 0 | 18 | 110 | A | 4A |
Octal | 274 | 265 | 302 | 3 | 7 | 0 | 30 | 420 | 12 | 112 |
Binary | 10111100 | 10110101 | 11000010 | 11 | 111 | 0 | 11000 | 100010000 | 1010 | 1001010 |
Color Harmonies of #BCB5C2
Complementary color
Monochromatic Colors of #BCB5C2
Black with #BCB5C2
Text Example
Text Example
White with #BCB5C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB5C2; }
p { color: rgb(188,181,194); }
H1.HeaderClassName
{
color: #BCB5C2;
}
.AnyTagClassName
{
color: #BCB5C2;
}
</style>
background-color css
<style>
a { background-color: #BCB5C2; }
a { background-color: rgb(188,181,194); }
div.DivClassName
{
background-color: #BCB5C2;
}
.BgClassName
{
background-color: #BCB5C2;
}
</style>
border-color css
<style>
span { border-color: #BCB5C2; }
span { border-color: rgb(188,181,194); }
td.TdClassName
{
border-color: #BCB5C2;
}
.TagClassName
{
border-color: #BCB5C2;
}
</style>