Shades of French Grey #BCB2C5
Tints of French Grey #BCB2C5
RGB
CMYK
RGB Variations
Color information
#BCB2C5 (or 0xBCB2C5) is known color: French Grey. HEX triplet: BC, B2 and C5. RGB value is (188,178,197). Sum of RGB (Red+Green+Blue) = 188+178+197=563 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.39% from 563); Green value is 178 (69.92% from 255 or 31.62% from 563); Blue value is 197 (77.34% from 255 or 34.99% from 563); Max value from RGB is 197 - color contains mainly: blue. Hex color #BCB2C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCB2C5 is #434D3A. Grayscale: #B7B7B7. Windows color (decimal): -4410683 or 12956348. OLE color: 12956348.
HSL color Cylindrical-coordinate representation of color #BCB2C5: hue angle of 271.58º degrees, saturation: 0.14, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BCB2C5 is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 178 | 197 | - |
| CMYK | 0.05 | 0.10 | 0 | 0.23 |
| HSL | 271.58º | 0.14% | 0.74% | - |
| HSV(B) | 271.58º | 0.1% | 0.77% | - |
| XYZ | 46.74 | 46.56 | 59.35 | - |
| YUV | 183.16 | 135.81 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 178 | 197 | 0.05 | 0.10 | 0 | 0.23 | 271.58 | 0.14 | 0.74 |
| Hex | BC | B2 | C5 | 5 | A | 0 | 17 | 110 | E | 4A |
| Octal | 274 | 262 | 305 | 5 | 12 | 0 | 27 | 420 | 16 | 112 |
| Binary | 10111100 | 10110010 | 11000101 | 101 | 1010 | 0 | 10111 | 100010000 | 1110 | 1001010 |
Color Harmonies of #BCB2C5
Complementary color
Monochromatic Colors of #BCB2C5
Black with #BCB2C5
Text Example
Text Example
White with #BCB2C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB2C5; }
p { color: rgb(188,178,197); }
H1.HeaderClassName
{
color: #BCB2C5;
}
.AnyTagClassName
{
color: #BCB2C5;
}
</style>
background-color css
<style>
a { background-color: #BCB2C5; }
a { background-color: rgb(188,178,197); }
div.DivClassName
{
background-color: #BCB2C5;
}
.BgClassName
{
background-color: #BCB2C5;
}
</style>
border-color css
<style>
span { border-color: #BCB2C5; }
span { border-color: rgb(188,178,197); }
td.TdClassName
{
border-color: #BCB2C5;
}
.TagClassName
{
border-color: #BCB2C5;
}
</style>