Shades of French Grey #BCACC8
Tints of French Grey #BCACC8
RGB
CMYK
RGB Variations
Color information
#BCACC8 (or 0xBCACC8) is known color: French Grey. HEX triplet: BC, AC and C8. RGB value is (188,172,200). Sum of RGB (Red+Green+Blue) = 188+172+200=560 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.57% from 560); Green value is 172 (67.58% from 255 or 30.71% from 560); Blue value is 200 (78.52% from 255 or 35.71% from 560); Max value from RGB is 200 - color contains mainly: blue. Hex color #BCACC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCACC8 is #435337. Grayscale: #B3B3B3. Windows color (decimal): -4412216 or 13151420. OLE color: 13151420.
HSL color Cylindrical-coordinate representation of color #BCACC8: hue angle of 274.29º degrees, saturation: 0.2, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BCACC8 is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 172 | 200 | - |
| CMYK | 0.06 | 0.14 | 0 | 0.22 |
| HSL | 274.29º | 0.2% | 0.73% | - |
| HSV(B) | 274.29º | 0.14% | 0.78% | - |
| XYZ | 45.92 | 44.37 | 60.79 | - |
| YUV | 179.98 | 139.3 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 172 | 200 | 0.06 | 0.14 | 0 | 0.22 | 274.29 | 0.2 | 0.73 |
| Hex | BC | AC | C8 | 6 | E | 0 | 16 | 112 | 14 | 49 |
| Octal | 274 | 254 | 310 | 6 | 16 | 0 | 26 | 422 | 24 | 111 |
| Binary | 10111100 | 10101100 | 11001000 | 110 | 1110 | 0 | 10110 | 100010010 | 10100 | 1001001 |
Color Harmonies of #BCACC8
Complementary color
Monochromatic Colors of #BCACC8
Black with #BCACC8
Text Example
Text Example
White with #BCACC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCACC8; }
p { color: rgb(188,172,200); }
H1.HeaderClassName
{
color: #BCACC8;
}
.AnyTagClassName
{
color: #BCACC8;
}
</style>
background-color css
<style>
a { background-color: #BCACC8; }
a { background-color: rgb(188,172,200); }
div.DivClassName
{
background-color: #BCACC8;
}
.BgClassName
{
background-color: #BCACC8;
}
</style>
border-color css
<style>
span { border-color: #BCACC8; }
span { border-color: rgb(188,172,200); }
td.TdClassName
{
border-color: #BCACC8;
}
.TagClassName
{
border-color: #BCACC8;
}
</style>