Shades of French Grey #BCB0C9
Tints of French Grey #BCB0C9
RGB
CMYK
RGB Variations
Color information
#BCB0C9 (or 0xBCB0C9) is known color: French Grey. HEX triplet: BC, B0 and C9. RGB value is (188,176,201). Sum of RGB (Red+Green+Blue) = 188+176+201=565 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.27% from 565); Green value is 176 (69.14% from 255 or 31.15% from 565); Blue value is 201 (78.91% from 255 or 35.58% from 565); Max value from RGB is 201 - color contains mainly: blue. Hex color #BCB0C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCB0C9 is #434F36. Grayscale: #B6B6B6. Windows color (decimal): -4411191 or 13217980. OLE color: 13217980.
HSL color Cylindrical-coordinate representation of color #BCB0C9: hue angle of 268.8º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BCB0C9 is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 176 | 201 | - |
| CMYK | 0.06 | 0.12 | 0 | 0.21 |
| HSL | 268.8º | 0.19% | 0.74% | - |
| HSV(B) | 268.8º | 0.12% | 0.79% | - |
| XYZ | 46.81 | 45.96 | 61.66 | - |
| YUV | 182.44 | 138.48 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 176 | 201 | 0.06 | 0.12 | 0 | 0.21 | 268.8 | 0.19 | 0.74 |
| Hex | BC | B0 | C9 | 6 | C | 0 | 15 | 10D | 13 | 4A |
| Octal | 274 | 260 | 311 | 6 | 14 | 0 | 25 | 415 | 23 | 112 |
| Binary | 10111100 | 10110000 | 11001001 | 110 | 1100 | 0 | 10101 | 100001101 | 10011 | 1001010 |
Color Harmonies of #BCB0C9
Complementary color
Monochromatic Colors of #BCB0C9
Black with #BCB0C9
Text Example
Text Example
White with #BCB0C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB0C9; }
p { color: rgb(188,176,201); }
H1.HeaderClassName
{
color: #BCB0C9;
}
.AnyTagClassName
{
color: #BCB0C9;
}
</style>
background-color css
<style>
a { background-color: #BCB0C9; }
a { background-color: rgb(188,176,201); }
div.DivClassName
{
background-color: #BCB0C9;
}
.BgClassName
{
background-color: #BCB0C9;
}
</style>
border-color css
<style>
span { border-color: #BCB0C9; }
span { border-color: rgb(188,176,201); }
td.TdClassName
{
border-color: #BCB0C9;
}
.TagClassName
{
border-color: #BCB0C9;
}
</style>