Shades of French Grey #BFB6CA
Tints of French Grey #BFB6CA
RGB
CMYK
RGB Variations
Color information
#BFB6CA (or 0xBFB6CA) is known color: French Grey. HEX triplet: BF, B6 and CA. RGB value is (191,182,202). Sum of RGB (Red+Green+Blue) = 191+182+202=575 (76% of max value = 765). Red value is 191 (75% from 255 or 33.22% from 575); Green value is 182 (71.48% from 255 or 31.65% from 575); Blue value is 202 (79.30% from 255 or 35.13% from 575); Max value from RGB is 202 - color contains mainly: blue. Hex color #BFB6CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB6CA is #404935. Grayscale: #BABABA. Windows color (decimal): -4213046 or 13285055. OLE color: 13285055.
HSL color Cylindrical-coordinate representation of color #BFB6CA: hue angle of 267º 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 #BFB6CA is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 182 | 202 | - |
| CMYK | 0.05 | 0.10 | 0 | 0.21 |
| HSL | 267º | 0.16% | 0.75% | - |
| HSV(B) | 267º | 0.1% | 0.79% | - |
| XYZ | 48.87 | 48.8 | 62.72 | - |
| YUV | 186.97 | 136.48 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 182 | 202 | 0.05 | 0.10 | 0 | 0.21 | 267 | 0.16 | 0.75 |
| Hex | BF | B6 | CA | 5 | A | 0 | 15 | 10B | 10 | 4B |
| Octal | 277 | 266 | 312 | 5 | 12 | 0 | 25 | 413 | 20 | 113 |
| Binary | 10111111 | 10110110 | 11001010 | 101 | 1010 | 0 | 10101 | 100001011 | 10000 | 1001011 |
Color Harmonies of #BFB6CA
Complementary color
Monochromatic Colors of #BFB6CA
Black with #BFB6CA
Text Example
Text Example
White with #BFB6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB6CA; }
p { color: rgb(191,182,202); }
H1.HeaderClassName
{
color: #BFB6CA;
}
.AnyTagClassName
{
color: #BFB6CA;
}
</style>
background-color css
<style>
a { background-color: #BFB6CA; }
a { background-color: rgb(191,182,202); }
div.DivClassName
{
background-color: #BFB6CA;
}
.BgClassName
{
background-color: #BFB6CA;
}
</style>
border-color css
<style>
span { border-color: #BFB6CA; }
span { border-color: rgb(191,182,202); }
td.TdClassName
{
border-color: #BFB6CA;
}
.TagClassName
{
border-color: #BFB6CA;
}
</style>