Shades of French Grey #BFB8CA
Tints of French Grey #BFB8CA
RGB
CMYK
RGB Variations
Color information
#BFB8CA (or 0xBFB8CA) is known color: French Grey. HEX triplet: BF, B8 and CA. RGB value is (191,184,202). Sum of RGB (Red+Green+Blue) = 191+184+202=577 (76% of max value = 765). Red value is 191 (75% from 255 or 33.10% from 577); Green value is 184 (72.27% from 255 or 31.89% from 577); Blue value is 202 (79.30% from 255 or 35.01% from 577); Max value from RGB is 202 - color contains mainly: blue. Hex color #BFB8CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB8CA is #404735. Grayscale: #BCBCBC. Windows color (decimal): -4212534 or 13285567. OLE color: 13285567.
HSL color Cylindrical-coordinate representation of color #BFB8CA: hue angle of 263.33º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BFB8CA is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 184 | 202 | - |
| CMYK | 0.05 | 0.09 | 0 | 0.21 |
| HSL | 263.33º | 0.15% | 0.76% | - |
| HSV(B) | 263.33º | 0.09% | 0.79% | - |
| XYZ | 49.29 | 49.62 | 62.86 | - |
| YUV | 188.15 | 135.82 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 184 | 202 | 0.05 | 0.09 | 0 | 0.21 | 263.33 | 0.15 | 0.76 |
| Hex | BF | B8 | CA | 5 | 9 | 0 | 15 | 107 | F | 4C |
| Octal | 277 | 270 | 312 | 5 | 11 | 0 | 25 | 407 | 17 | 114 |
| Binary | 10111111 | 10111000 | 11001010 | 101 | 1001 | 0 | 10101 | 100000111 | 1111 | 1001100 |
Color Harmonies of #BFB8CA
Complementary color
Monochromatic Colors of #BFB8CA
Black with #BFB8CA
Text Example
Text Example
White with #BFB8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB8CA; }
p { color: rgb(191,184,202); }
H1.HeaderClassName
{
color: #BFB8CA;
}
.AnyTagClassName
{
color: #BFB8CA;
}
</style>
background-color css
<style>
a { background-color: #BFB8CA; }
a { background-color: rgb(191,184,202); }
div.DivClassName
{
background-color: #BFB8CA;
}
.BgClassName
{
background-color: #BFB8CA;
}
</style>
border-color css
<style>
span { border-color: #BFB8CA; }
span { border-color: rgb(191,184,202); }
td.TdClassName
{
border-color: #BFB8CA;
}
.TagClassName
{
border-color: #BFB8CA;
}
</style>