Shades of French Grey #BCB1C9
Tints of French Grey #BCB1C9
RGB
CMYK
RGB Variations
Color information
#BCB1C9 (or 0xBCB1C9) is known color: French Grey. HEX triplet: BC, B1 and C9. RGB value is (188,177,201). Sum of RGB (Red+Green+Blue) = 188+177+201=566 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.22% from 566); Green value is 177 (69.53% from 255 or 31.27% from 566); Blue value is 201 (78.91% from 255 or 35.51% from 566); Max value from RGB is 201 - color contains mainly: blue. Hex color #BCB1C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCB1C9 is #434E36. Grayscale: #B6B6B6. Windows color (decimal): -4410935 or 13218236. OLE color: 13218236.
HSL color Cylindrical-coordinate representation of color #BCB1C9: hue angle of 267.5º degrees, saturation: 0.18, 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 #BCB1C9 is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 177 | 201 | - |
| CMYK | 0.06 | 0.12 | 0 | 0.21 |
| HSL | 267.5º | 0.18% | 0.74% | - |
| HSV(B) | 267.5º | 0.12% | 0.79% | - |
| XYZ | 47 | 46.35 | 61.73 | - |
| YUV | 183.03 | 138.14 | 131.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 177 | 201 | 0.06 | 0.12 | 0 | 0.21 | 267.5 | 0.18 | 0.74 |
| Hex | BC | B1 | C9 | 6 | C | 0 | 15 | 10C | 12 | 4A |
| Octal | 274 | 261 | 311 | 6 | 14 | 0 | 25 | 414 | 22 | 112 |
| Binary | 10111100 | 10110001 | 11001001 | 110 | 1100 | 0 | 10101 | 100001100 | 10010 | 1001010 |
Color Harmonies of #BCB1C9
Complementary color
Monochromatic Colors of #BCB1C9
Black with #BCB1C9
Text Example
Text Example
White with #BCB1C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB1C9; }
p { color: rgb(188,177,201); }
H1.HeaderClassName
{
color: #BCB1C9;
}
.AnyTagClassName
{
color: #BCB1C9;
}
</style>
background-color css
<style>
a { background-color: #BCB1C9; }
a { background-color: rgb(188,177,201); }
div.DivClassName
{
background-color: #BCB1C9;
}
.BgClassName
{
background-color: #BCB1C9;
}
</style>
border-color css
<style>
span { border-color: #BCB1C9; }
span { border-color: rgb(188,177,201); }
td.TdClassName
{
border-color: #BCB1C9;
}
.TagClassName
{
border-color: #BCB1C9;
}
</style>