Shades of French Grey #BFB2CA
Tints of French Grey #BFB2CA
RGB
CMYK
RGB Variations
Color information
#BFB2CA (or 0xBFB2CA) is known color: French Grey. HEX triplet: BF, B2 and CA. RGB value is (191,178,202). Sum of RGB (Red+Green+Blue) = 191+178+202=571 (75% of max value = 765). Red value is 191 (75% from 255 or 33.45% from 571); Green value is 178 (69.92% from 255 or 31.17% from 571); Blue value is 202 (79.30% from 255 or 35.38% from 571); Max value from RGB is 202 - color contains mainly: blue. Hex color #BFB2CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFB2CA is #404D35. Grayscale: #B8B8B8. Windows color (decimal): -4214070 or 13284031. OLE color: 13284031.
HSL color Cylindrical-coordinate representation of color #BFB2CA: hue angle of 272.5º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BFB2CA is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 178 | 202 | - |
| CMYK | 0.05 | 0.12 | 0 | 0.21 |
| HSL | 272.5º | 0.18% | 0.75% | - |
| HSV(B) | 272.5º | 0.12% | 0.79% | - |
| XYZ | 48.07 | 47.18 | 62.45 | - |
| YUV | 184.62 | 137.81 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 178 | 202 | 0.05 | 0.12 | 0 | 0.21 | 272.5 | 0.18 | 0.75 |
| Hex | BF | B2 | CA | 5 | C | 0 | 15 | 110 | 12 | 4B |
| Octal | 277 | 262 | 312 | 5 | 14 | 0 | 25 | 420 | 22 | 113 |
| Binary | 10111111 | 10110010 | 11001010 | 101 | 1100 | 0 | 10101 | 100010000 | 10010 | 1001011 |
Color Harmonies of #BFB2CA
Complementary color
Monochromatic Colors of #BFB2CA
Black with #BFB2CA
Text Example
Text Example
White with #BFB2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB2CA; }
p { color: rgb(191,178,202); }
H1.HeaderClassName
{
color: #BFB2CA;
}
.AnyTagClassName
{
color: #BFB2CA;
}
</style>
background-color css
<style>
a { background-color: #BFB2CA; }
a { background-color: rgb(191,178,202); }
div.DivClassName
{
background-color: #BFB2CA;
}
.BgClassName
{
background-color: #BFB2CA;
}
</style>
border-color css
<style>
span { border-color: #BFB2CA; }
span { border-color: rgb(191,178,202); }
td.TdClassName
{
border-color: #BFB2CA;
}
.TagClassName
{
border-color: #BFB2CA;
}
</style>