Shades of French Grey #BCB2C2
Tints of French Grey #BCB2C2
RGB
CMYK
RGB Variations
Color information
#BCB2C2 (or 0xBCB2C2) is known color: French Grey. HEX triplet: BC, B2 and C2. RGB value is (188,178,194). Sum of RGB (Red+Green+Blue) = 188+178+194=560 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.57% from 560); Green value is 178 (69.92% from 255 or 31.79% from 560); Blue value is 194 (76.17% from 255 or 34.64% from 560); Max value from RGB is 194 - color contains mainly: blue. Hex color #BCB2C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCB2C2 is #434D3D. Grayscale: #B6B6B6. Windows color (decimal): -4410686 or 12759740. OLE color: 12759740.
HSL color Cylindrical-coordinate representation of color #BCB2C2: hue angle of 277.5º degrees, saturation: 0.12, 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 #BCB2C2 is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 178 | 194 | - |
| CMYK | 0.03 | 0.08 | 0 | 0.24 |
| HSL | 277.5º | 0.12% | 0.73% | - |
| HSV(B) | 277.5º | 0.08% | 0.76% | - |
| XYZ | 46.4 | 46.43 | 57.55 | - |
| YUV | 182.81 | 134.31 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 178 | 194 | 0.03 | 0.08 | 0 | 0.24 | 277.5 | 0.12 | 0.73 |
| Hex | BC | B2 | C2 | 3 | 8 | 0 | 18 | 116 | C | 49 |
| Octal | 274 | 262 | 302 | 3 | 10 | 0 | 30 | 426 | 14 | 111 |
| Binary | 10111100 | 10110010 | 11000010 | 11 | 1000 | 0 | 11000 | 100010110 | 1100 | 1001001 |
Color Harmonies of #BCB2C2
Complementary color
Monochromatic Colors of #BCB2C2
Black with #BCB2C2
Text Example
Text Example
White with #BCB2C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB2C2; }
p { color: rgb(188,178,194); }
H1.HeaderClassName
{
color: #BCB2C2;
}
.AnyTagClassName
{
color: #BCB2C2;
}
</style>
background-color css
<style>
a { background-color: #BCB2C2; }
a { background-color: rgb(188,178,194); }
div.DivClassName
{
background-color: #BCB2C2;
}
.BgClassName
{
background-color: #BCB2C2;
}
</style>
border-color css
<style>
span { border-color: #BCB2C2; }
span { border-color: rgb(188,178,194); }
td.TdClassName
{
border-color: #BCB2C2;
}
.TagClassName
{
border-color: #BCB2C2;
}
</style>