Shades of French Grey #BCB4C6
Tints of French Grey #BCB4C6
RGB
CMYK
RGB Variations
Color information
#BCB4C6 (or 0xBCB4C6) is known color: French Grey. HEX triplet: BC, B4 and C6. RGB value is (188,180,198). Sum of RGB (Red+Green+Blue) = 188+180+198=566 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.22% from 566); Green value is 180 (70.70% from 255 or 31.80% from 566); Blue value is 198 (77.73% from 255 or 34.98% from 566); Max value from RGB is 198 - color contains mainly: blue. Hex color #BCB4C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB4C6 is #434B39. Grayscale: #B8B8B8. Windows color (decimal): -4410170 or 13022396. OLE color: 13022396.
HSL color Cylindrical-coordinate representation of color #BCB4C6: hue angle of 266.67º degrees, saturation: 0.14, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BCB4C6 is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 180 | 198 | - |
| CMYK | 0.05 | 0.09 | 0 | 0.22 |
| HSL | 266.67º | 0.14% | 0.74% | - |
| HSV(B) | 266.67º | 0.09% | 0.78% | - |
| XYZ | 47.25 | 47.41 | 60.09 | - |
| YUV | 184.44 | 135.65 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 180 | 198 | 0.05 | 0.09 | 0 | 0.22 | 266.67 | 0.14 | 0.74 |
| Hex | BC | B4 | C6 | 5 | 9 | 0 | 16 | 10B | E | 4A |
| Octal | 274 | 264 | 306 | 5 | 11 | 0 | 26 | 413 | 16 | 112 |
| Binary | 10111100 | 10110100 | 11000110 | 101 | 1001 | 0 | 10110 | 100001011 | 1110 | 1001010 |
Color Harmonies of #BCB4C6
Complementary color
Monochromatic Colors of #BCB4C6
Black with #BCB4C6
Text Example
Text Example
White with #BCB4C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB4C6; }
p { color: rgb(188,180,198); }
H1.HeaderClassName
{
color: #BCB4C6;
}
.AnyTagClassName
{
color: #BCB4C6;
}
</style>
background-color css
<style>
a { background-color: #BCB4C6; }
a { background-color: rgb(188,180,198); }
div.DivClassName
{
background-color: #BCB4C6;
}
.BgClassName
{
background-color: #BCB4C6;
}
</style>
border-color css
<style>
span { border-color: #BCB4C6; }
span { border-color: rgb(188,180,198); }
td.TdClassName
{
border-color: #BCB4C6;
}
.TagClassName
{
border-color: #BCB4C6;
}
</style>