Shades of French Grey #BFB5CA
Tints of French Grey #BFB5CA
RGB
CMYK
RGB Variations
Color information
#BFB5CA (or 0xBFB5CA) is known color: French Grey. HEX triplet: BF, B5 and CA. RGB value is (191,181,202). Sum of RGB (Red+Green+Blue) = 191+181+202=574 (76% of max value = 765). Red value is 191 (75% from 255 or 33.28% from 574); Green value is 181 (71.09% from 255 or 31.53% from 574); Blue value is 202 (79.30% from 255 or 35.19% from 574); Max value from RGB is 202 - color contains mainly: blue. Hex color #BFB5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB5CA is #404A35. Grayscale: #BABABA. Windows color (decimal): -4213302 or 13284799. OLE color: 13284799.
HSL color Cylindrical-coordinate representation of color #BFB5CA: hue angle of 268.57º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BFB5CA is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 181 | 202 | - |
| CMYK | 0.05 | 0.10 | 0 | 0.21 |
| HSL | 268.57º | 0.17% | 0.75% | - |
| HSV(B) | 268.57º | 0.1% | 0.79% | - |
| XYZ | 48.67 | 48.39 | 62.65 | - |
| YUV | 186.38 | 136.81 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 181 | 202 | 0.05 | 0.10 | 0 | 0.21 | 268.57 | 0.17 | 0.75 |
| Hex | BF | B5 | CA | 5 | A | 0 | 15 | 10D | 11 | 4B |
| Octal | 277 | 265 | 312 | 5 | 12 | 0 | 25 | 415 | 21 | 113 |
| Binary | 10111111 | 10110101 | 11001010 | 101 | 1010 | 0 | 10101 | 100001101 | 10001 | 1001011 |
Color Harmonies of #BFB5CA
Complementary color
Monochromatic Colors of #BFB5CA
Black with #BFB5CA
Text Example
Text Example
White with #BFB5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB5CA; }
p { color: rgb(191,181,202); }
H1.HeaderClassName
{
color: #BFB5CA;
}
.AnyTagClassName
{
color: #BFB5CA;
}
</style>
background-color css
<style>
a { background-color: #BFB5CA; }
a { background-color: rgb(191,181,202); }
div.DivClassName
{
background-color: #BFB5CA;
}
.BgClassName
{
background-color: #BFB5CA;
}
</style>
border-color css
<style>
span { border-color: #BFB5CA; }
span { border-color: rgb(191,181,202); }
td.TdClassName
{
border-color: #BFB5CA;
}
.TagClassName
{
border-color: #BFB5CA;
}
</style>