Shades of French Grey #BCAEC6
Tints of French Grey #BCAEC6
RGB
CMYK
RGB Variations
Color information
#BCAEC6 (or 0xBCAEC6) is known color: French Grey. HEX triplet: BC, AE and C6. RGB value is (188,174,198). Sum of RGB (Red+Green+Blue) = 188+174+198=560 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.57% from 560); Green value is 174 (68.36% from 255 or 31.07% from 560); Blue value is 198 (77.73% from 255 or 35.36% from 560); Max value from RGB is 198 - color contains mainly: blue. Hex color #BCAEC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAEC6 is #435139. Grayscale: #B4B4B4. Windows color (decimal): -4411706 or 13020860. OLE color: 13020860.
HSL color Cylindrical-coordinate representation of color #BCAEC6: hue angle of 275º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BCAEC6 is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 174 | 198 | - |
| CMYK | 0.05 | 0.12 | 0 | 0.22 |
| HSL | 275º | 0.17% | 0.73% | - |
| HSV(B) | 275º | 0.12% | 0.78% | - |
| XYZ | 46.07 | 45.04 | 59.69 | - |
| YUV | 180.92 | 137.64 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 174 | 198 | 0.05 | 0.12 | 0 | 0.22 | 275 | 0.17 | 0.73 |
| Hex | BC | AE | C6 | 5 | C | 0 | 16 | 113 | 11 | 49 |
| Octal | 274 | 256 | 306 | 5 | 14 | 0 | 26 | 423 | 21 | 111 |
| Binary | 10111100 | 10101110 | 11000110 | 101 | 1100 | 0 | 10110 | 100010011 | 10001 | 1001001 |
Color Harmonies of #BCAEC6
Complementary color
Monochromatic Colors of #BCAEC6
Black with #BCAEC6
Text Example
Text Example
White with #BCAEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAEC6; }
p { color: rgb(188,174,198); }
H1.HeaderClassName
{
color: #BCAEC6;
}
.AnyTagClassName
{
color: #BCAEC6;
}
</style>
background-color css
<style>
a { background-color: #BCAEC6; }
a { background-color: rgb(188,174,198); }
div.DivClassName
{
background-color: #BCAEC6;
}
.BgClassName
{
background-color: #BCAEC6;
}
</style>
border-color css
<style>
span { border-color: #BCAEC6; }
span { border-color: rgb(188,174,198); }
td.TdClassName
{
border-color: #BCAEC6;
}
.TagClassName
{
border-color: #BCAEC6;
}
</style>