Shades of French Grey #BFB3CA
Tints of French Grey #BFB3CA
RGB
CMYK
RGB Variations
Color information
#BFB3CA (or 0xBFB3CA) is known color: French Grey. HEX triplet: BF, B3 and CA. RGB value is (191,179,202). Sum of RGB (Red+Green+Blue) = 191+179+202=572 (75% of max value = 765). Red value is 191 (75% from 255 or 33.39% from 572); Green value is 179 (70.31% from 255 or 31.29% from 572); Blue value is 202 (79.30% from 255 or 35.31% from 572); Max value from RGB is 202 - color contains mainly: blue. Hex color #BFB3CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB3CA is #404C35. Grayscale: #B9B9B9. Windows color (decimal): -4213814 or 13284287. OLE color: 13284287.
HSL color Cylindrical-coordinate representation of color #BFB3CA: hue angle of 271.3º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BFB3CA is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 179 | 202 | - |
| CMYK | 0.05 | 0.11 | 0 | 0.21 |
| HSL | 271.3º | 0.18% | 0.75% | - |
| HSV(B) | 271.3º | 0.11% | 0.79% | - |
| XYZ | 48.27 | 47.58 | 62.52 | - |
| YUV | 185.21 | 137.48 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 179 | 202 | 0.05 | 0.11 | 0 | 0.21 | 271.3 | 0.18 | 0.75 |
| Hex | BF | B3 | CA | 5 | B | 0 | 15 | 10F | 12 | 4B |
| Octal | 277 | 263 | 312 | 5 | 13 | 0 | 25 | 417 | 22 | 113 |
| Binary | 10111111 | 10110011 | 11001010 | 101 | 1011 | 0 | 10101 | 100001111 | 10010 | 1001011 |
Color Harmonies of #BFB3CA
Complementary color
Monochromatic Colors of #BFB3CA
Black with #BFB3CA
Text Example
Text Example
White with #BFB3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB3CA; }
p { color: rgb(191,179,202); }
H1.HeaderClassName
{
color: #BFB3CA;
}
.AnyTagClassName
{
color: #BFB3CA;
}
</style>
background-color css
<style>
a { background-color: #BFB3CA; }
a { background-color: rgb(191,179,202); }
div.DivClassName
{
background-color: #BFB3CA;
}
.BgClassName
{
background-color: #BFB3CA;
}
</style>
border-color css
<style>
span { border-color: #BFB3CA; }
span { border-color: rgb(191,179,202); }
td.TdClassName
{
border-color: #BFB3CA;
}
.TagClassName
{
border-color: #BFB3CA;
}
</style>