Shades of French Grey #BCAFC7
Tints of French Grey #BCAFC7
RGB
CMYK
RGB Variations
Color information
#BCAFC7 (or 0xBCAFC7) is known color: French Grey. HEX triplet: BC, AF and C7. RGB value is (188,175,199). Sum of RGB (Red+Green+Blue) = 188+175+199=562 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.45% from 562); Green value is 175 (68.75% from 255 or 31.14% from 562); Blue value is 199 (78.12% from 255 or 35.41% from 562); Max value from RGB is 199 - color contains mainly: blue. Hex color #BCAFC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAFC7 is #435038. Grayscale: #B5B5B5. Windows color (decimal): -4411449 or 13086652. OLE color: 13086652.
HSL color Cylindrical-coordinate representation of color #BCAFC7: hue angle of 272.5º degrees, saturation: 0.18, 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 #BCAFC7 is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 175 | 199 | - |
| CMYK | 0.06 | 0.12 | 0 | 0.22 |
| HSL | 272.5º | 0.18% | 0.73% | - |
| HSV(B) | 272.5º | 0.12% | 0.78% | - |
| XYZ | 46.38 | 45.47 | 60.37 | - |
| YUV | 181.62 | 137.81 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 175 | 199 | 0.06 | 0.12 | 0 | 0.22 | 272.5 | 0.18 | 0.73 |
| Hex | BC | AF | C7 | 6 | C | 0 | 16 | 110 | 12 | 49 |
| Octal | 274 | 257 | 307 | 6 | 14 | 0 | 26 | 420 | 22 | 111 |
| Binary | 10111100 | 10101111 | 11000111 | 110 | 1100 | 0 | 10110 | 100010000 | 10010 | 1001001 |
Color Harmonies of #BCAFC7
Complementary color
Monochromatic Colors of #BCAFC7
Black with #BCAFC7
Text Example
Text Example
White with #BCAFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAFC7; }
p { color: rgb(188,175,199); }
H1.HeaderClassName
{
color: #BCAFC7;
}
.AnyTagClassName
{
color: #BCAFC7;
}
</style>
background-color css
<style>
a { background-color: #BCAFC7; }
a { background-color: rgb(188,175,199); }
div.DivClassName
{
background-color: #BCAFC7;
}
.BgClassName
{
background-color: #BCAFC7;
}
</style>
border-color css
<style>
span { border-color: #BCAFC7; }
span { border-color: rgb(188,175,199); }
td.TdClassName
{
border-color: #BCAFC7;
}
.TagClassName
{
border-color: #BCAFC7;
}
</style>