Shades of French Grey #BCB2C7
Tints of French Grey #BCB2C7
RGB
CMYK
RGB Variations
Color information
#BCB2C7 (or 0xBCB2C7) is known color: French Grey. HEX triplet: BC, B2 and C7. RGB value is (188,178,199). Sum of RGB (Red+Green+Blue) = 188+178+199=565 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.27% from 565); Green value is 178 (69.92% from 255 or 31.50% from 565); Blue value is 199 (78.12% from 255 or 35.22% from 565); Max value from RGB is 199 - color contains mainly: blue. Hex color #BCB2C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCB2C7 is #434D38. Grayscale: #B7B7B7. Windows color (decimal): -4410681 or 13087420. OLE color: 13087420.
HSL color Cylindrical-coordinate representation of color #BCB2C7: hue angle of 268.57º degrees, saturation: 0.16, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BCB2C7 is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 178 | 199 | - |
| CMYK | 0.06 | 0.11 | 0 | 0.22 |
| HSL | 268.57º | 0.16% | 0.74% | - |
| HSV(B) | 268.57º | 0.11% | 0.78% | - |
| XYZ | 46.97 | 46.66 | 60.56 | - |
| YUV | 183.38 | 136.81 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 178 | 199 | 0.06 | 0.11 | 0 | 0.22 | 268.57 | 0.16 | 0.74 |
| Hex | BC | B2 | C7 | 6 | B | 0 | 16 | 10D | 10 | 4A |
| Octal | 274 | 262 | 307 | 6 | 13 | 0 | 26 | 415 | 20 | 112 |
| Binary | 10111100 | 10110010 | 11000111 | 110 | 1011 | 0 | 10110 | 100001101 | 10000 | 1001010 |
Color Harmonies of #BCB2C7
Complementary color
Monochromatic Colors of #BCB2C7
Black with #BCB2C7
Text Example
Text Example
White with #BCB2C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB2C7; }
p { color: rgb(188,178,199); }
H1.HeaderClassName
{
color: #BCB2C7;
}
.AnyTagClassName
{
color: #BCB2C7;
}
</style>
background-color css
<style>
a { background-color: #BCB2C7; }
a { background-color: rgb(188,178,199); }
div.DivClassName
{
background-color: #BCB2C7;
}
.BgClassName
{
background-color: #BCB2C7;
}
</style>
border-color css
<style>
span { border-color: #BCB2C7; }
span { border-color: rgb(188,178,199); }
td.TdClassName
{
border-color: #BCB2C7;
}
.TagClassName
{
border-color: #BCB2C7;
}
</style>