Shades of French Grey #BCACC6
Tints of French Grey #BCACC6
RGB
CMYK
RGB Variations
Color information
#BCACC6 (or 0xBCACC6) is known color: French Grey. HEX triplet: BC, AC and C6. RGB value is (188,172,198). Sum of RGB (Red+Green+Blue) = 188+172+198=558 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.69% from 558); Green value is 172 (67.58% from 255 or 30.82% from 558); Blue value is 198 (77.73% from 255 or 35.48% from 558); Max value from RGB is 198 - color contains mainly: blue. Hex color #BCACC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCACC6 is #435339. Grayscale: #B3B3B3. Windows color (decimal): -4412218 or 13020348. OLE color: 13020348.
HSL color Cylindrical-coordinate representation of color #BCACC6: hue angle of 276.92º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BCACC6 is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 172 | 198 | - |
| CMYK | 0.05 | 0.13 | 0 | 0.22 |
| HSL | 276.92º | 0.19% | 0.73% | - |
| HSV(B) | 276.92º | 0.13% | 0.78% | - |
| XYZ | 45.68 | 44.27 | 59.56 | - |
| YUV | 179.75 | 138.3 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 172 | 198 | 0.05 | 0.13 | 0 | 0.22 | 276.92 | 0.19 | 0.73 |
| Hex | BC | AC | C6 | 5 | D | 0 | 16 | 115 | 13 | 49 |
| Octal | 274 | 254 | 306 | 5 | 15 | 0 | 26 | 425 | 23 | 111 |
| Binary | 10111100 | 10101100 | 11000110 | 101 | 1101 | 0 | 10110 | 100010101 | 10011 | 1001001 |
Color Harmonies of #BCACC6
Complementary color
Monochromatic Colors of #BCACC6
Black with #BCACC6
Text Example
Text Example
White with #BCACC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCACC6; }
p { color: rgb(188,172,198); }
H1.HeaderClassName
{
color: #BCACC6;
}
.AnyTagClassName
{
color: #BCACC6;
}
</style>
background-color css
<style>
a { background-color: #BCACC6; }
a { background-color: rgb(188,172,198); }
div.DivClassName
{
background-color: #BCACC6;
}
.BgClassName
{
background-color: #BCACC6;
}
</style>
border-color css
<style>
span { border-color: #BCACC6; }
span { border-color: rgb(188,172,198); }
td.TdClassName
{
border-color: #BCACC6;
}
.TagClassName
{
border-color: #BCACC6;
}
</style>