Shades of French Grey #BFB5C9
Tints of French Grey #BFB5C9
RGB
CMYK
RGB Variations
Color information
#BFB5C9 (or 0xBFB5C9) is known color: French Grey. HEX triplet: BF, B5 and C9. RGB value is (191,181,201). Sum of RGB (Red+Green+Blue) = 191+181+201=573 (75% of max value = 765). Red value is 191 (75% from 255 or 33.33% from 573); Green value is 181 (71.09% from 255 or 31.59% from 573); Blue value is 201 (78.91% from 255 or 35.08% from 573); Max value from RGB is 201 - color contains mainly: blue. Hex color #BFB5C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB5C9 is #404A36. Grayscale: #BABABA. Windows color (decimal): -4213303 or 13219263. OLE color: 13219263.
HSL color Cylindrical-coordinate representation of color #BFB5C9: hue angle of 270º degrees, saturation: 0.16, 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 #BFB5C9 is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 181 | 201 | - |
| CMYK | 0.05 | 0.10 | 0 | 0.21 |
| HSL | 270º | 0.16% | 0.75% | - |
| HSV(B) | 270º | 0.1% | 0.79% | - |
| XYZ | 48.55 | 48.34 | 62.03 | - |
| YUV | 186.27 | 136.31 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 181 | 201 | 0.05 | 0.10 | 0 | 0.21 | 270 | 0.16 | 0.75 |
| Hex | BF | B5 | C9 | 5 | A | 0 | 15 | 10E | 10 | 4B |
| Octal | 277 | 265 | 311 | 5 | 12 | 0 | 25 | 416 | 20 | 113 |
| Binary | 10111111 | 10110101 | 11001001 | 101 | 1010 | 0 | 10101 | 100001110 | 10000 | 1001011 |
Color Harmonies of #BFB5C9
Complementary color
Monochromatic Colors of #BFB5C9
Black with #BFB5C9
Text Example
Text Example
White with #BFB5C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB5C9; }
p { color: rgb(191,181,201); }
H1.HeaderClassName
{
color: #BFB5C9;
}
.AnyTagClassName
{
color: #BFB5C9;
}
</style>
background-color css
<style>
a { background-color: #BFB5C9; }
a { background-color: rgb(191,181,201); }
div.DivClassName
{
background-color: #BFB5C9;
}
.BgClassName
{
background-color: #BFB5C9;
}
</style>
border-color css
<style>
span { border-color: #BFB5C9; }
span { border-color: rgb(191,181,201); }
td.TdClassName
{
border-color: #BFB5C9;
}
.TagClassName
{
border-color: #BFB5C9;
}
</style>