Shades of French Grey #BCB3C2
Tints of French Grey #BCB3C2
RGB
CMYK
RGB Variations
Color information
#BCB3C2 (or 0xBCB3C2) is known color: French Grey. HEX triplet: BC, B3 and C2. RGB value is (188,179,194). Sum of RGB (Red+Green+Blue) = 188+179+194=561 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.51% from 561); Green value is 179 (70.31% from 255 or 31.91% from 561); Blue value is 194 (76.17% from 255 or 34.58% from 561); Max value from RGB is 194 - color contains mainly: blue. Hex color #BCB3C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB3C2 is #434C3D. Grayscale: #B7B7B7. Windows color (decimal): -4410430 or 12759996. OLE color: 12759996.
HSL color Cylindrical-coordinate representation of color #BCB3C2: hue angle of 276º degrees, saturation: 0.11, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BCB3C2 is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 188 | 179 | 194 | - |
CMYK | 0.03 | 0.08 | 0 | 0.24 |
HSL | 276º | 0.11% | 0.73% | - |
HSV(B) | 276º | 0.08% | 0.76% | - |
XYZ | 46.6 | 46.83 | 57.62 | - |
YUV | 183.4 | 133.98 | 131.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 188 | 179 | 194 | 0.03 | 0.08 | 0 | 0.24 | 276 | 0.11 | 0.73 |
Hex | BC | B3 | C2 | 3 | 8 | 0 | 18 | 114 | B | 49 |
Octal | 274 | 263 | 302 | 3 | 10 | 0 | 30 | 424 | 13 | 111 |
Binary | 10111100 | 10110011 | 11000010 | 11 | 1000 | 0 | 11000 | 100010100 | 1011 | 1001001 |
Color Harmonies of #BCB3C2
Complementary color
Monochromatic Colors of #BCB3C2
Black with #BCB3C2
Text Example
Text Example
White with #BCB3C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB3C2; }
p { color: rgb(188,179,194); }
H1.HeaderClassName
{
color: #BCB3C2;
}
.AnyTagClassName
{
color: #BCB3C2;
}
</style>
background-color css
<style>
a { background-color: #BCB3C2; }
a { background-color: rgb(188,179,194); }
div.DivClassName
{
background-color: #BCB3C2;
}
.BgClassName
{
background-color: #BCB3C2;
}
</style>
border-color css
<style>
span { border-color: #BCB3C2; }
span { border-color: rgb(188,179,194); }
td.TdClassName
{
border-color: #BCB3C2;
}
.TagClassName
{
border-color: #BCB3C2;
}
</style>