Shades of French Grey #BCAEC5
Tints of French Grey #BCAEC5
RGB
CMYK
RGB Variations
Color information
#BCAEC5 (or 0xBCAEC5) is known color: French Grey. HEX triplet: BC, AE and C5. RGB value is (188,174,197). Sum of RGB (Red+Green+Blue) = 188+174+197=559 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.63% from 559); Green value is 174 (68.36% from 255 or 31.13% from 559); Blue value is 197 (77.34% from 255 or 35.24% from 559); Max value from RGB is 197 - color contains mainly: blue. Hex color #BCAEC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAEC5 is #43513A. Grayscale: #B4B4B4. Windows color (decimal): -4411707 or 12955324. OLE color: 12955324.
HSL color Cylindrical-coordinate representation of color #BCAEC5: hue angle of 276.52º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BCAEC5 is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 174 | 197 | - |
| CMYK | 0.05 | 0.12 | 0 | 0.23 |
| HSL | 276.52º | 0.17% | 0.73% | - |
| HSV(B) | 276.52º | 0.12% | 0.77% | - |
| XYZ | 45.95 | 44.99 | 59.09 | - |
| YUV | 180.81 | 137.14 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 174 | 197 | 0.05 | 0.12 | 0 | 0.23 | 276.52 | 0.17 | 0.73 |
| Hex | BC | AE | C5 | 5 | C | 0 | 17 | 115 | 11 | 49 |
| Octal | 274 | 256 | 305 | 5 | 14 | 0 | 27 | 425 | 21 | 111 |
| Binary | 10111100 | 10101110 | 11000101 | 101 | 1100 | 0 | 10111 | 100010101 | 10001 | 1001001 |
Color Harmonies of #BCAEC5
Complementary color
Monochromatic Colors of #BCAEC5
Black with #BCAEC5
Text Example
Text Example
White with #BCAEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAEC5; }
p { color: rgb(188,174,197); }
H1.HeaderClassName
{
color: #BCAEC5;
}
.AnyTagClassName
{
color: #BCAEC5;
}
</style>
background-color css
<style>
a { background-color: #BCAEC5; }
a { background-color: rgb(188,174,197); }
div.DivClassName
{
background-color: #BCAEC5;
}
.BgClassName
{
background-color: #BCAEC5;
}
</style>
border-color css
<style>
span { border-color: #BCAEC5; }
span { border-color: rgb(188,174,197); }
td.TdClassName
{
border-color: #BCAEC5;
}
.TagClassName
{
border-color: #BCAEC5;
}
</style>