Shades of French Grey #BFB4CA
Tints of French Grey #BFB4CA
RGB
CMYK
RGB Variations
Color information
#BFB4CA (or 0xBFB4CA) is known color: French Grey. HEX triplet: BF, B4 and CA. RGB value is (191,180,202). Sum of RGB (Red+Green+Blue) = 191+180+202=573 (75% of max value = 765). Red value is 191 (75% from 255 or 33.33% from 573); Green value is 180 (70.70% from 255 or 31.41% from 573); Blue value is 202 (79.30% from 255 or 35.25% from 573); Max value from RGB is 202 - color contains mainly: blue. Hex color #BFB4CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB4CA is #404B35. Grayscale: #B9B9B9. Windows color (decimal): -4213558 or 13284543. OLE color: 13284543.
HSL color Cylindrical-coordinate representation of color #BFB4CA: hue angle of 270º degrees, saturation: 0.17, 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 #BFB4CA is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 180 | 202 | - |
| CMYK | 0.05 | 0.11 | 0 | 0.21 |
| HSL | 270º | 0.17% | 0.75% | - |
| HSV(B) | 270º | 0.11% | 0.79% | - |
| XYZ | 48.47 | 47.98 | 62.58 | - |
| YUV | 185.8 | 137.14 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 180 | 202 | 0.05 | 0.11 | 0 | 0.21 | 270 | 0.17 | 0.75 |
| Hex | BF | B4 | CA | 5 | B | 0 | 15 | 10E | 11 | 4B |
| Octal | 277 | 264 | 312 | 5 | 13 | 0 | 25 | 416 | 21 | 113 |
| Binary | 10111111 | 10110100 | 11001010 | 101 | 1011 | 0 | 10101 | 100001110 | 10001 | 1001011 |
Color Harmonies of #BFB4CA
Complementary color
Monochromatic Colors of #BFB4CA
Black with #BFB4CA
Text Example
Text Example
White with #BFB4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB4CA; }
p { color: rgb(191,180,202); }
H1.HeaderClassName
{
color: #BFB4CA;
}
.AnyTagClassName
{
color: #BFB4CA;
}
</style>
background-color css
<style>
a { background-color: #BFB4CA; }
a { background-color: rgb(191,180,202); }
div.DivClassName
{
background-color: #BFB4CA;
}
.BgClassName
{
background-color: #BFB4CA;
}
</style>
border-color css
<style>
span { border-color: #BFB4CA; }
span { border-color: rgb(191,180,202); }
td.TdClassName
{
border-color: #BFB4CA;
}
.TagClassName
{
border-color: #BFB4CA;
}
</style>