Shades of French Grey #BFBDC2
Tints of French Grey #BFBDC2
RGB
CMYK
RGB Variations
Color information
#BFBDC2 (or 0xBFBDC2) is known color: French Grey. HEX triplet: BF, BD and C2. RGB value is (191,189,194). Sum of RGB (Red+Green+Blue) = 191+189+194=574 (76% of max value = 765). Red value is 191 (75% from 255 or 33.28% from 574); Green value is 189 (74.22% from 255 or 32.93% from 574); Blue value is 194 (76.17% from 255 or 33.80% from 574); Max value from RGB is 194 - color contains mainly: blue. Hex color #BFBDC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBDC2 is #40423D. Grayscale: #BEBEBE. Windows color (decimal): -4211262 or 12762559. OLE color: 12762559.
HSL color Cylindrical-coordinate representation of color #BFBDC2: hue angle of 264º degrees, saturation: 0.04, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BFBDC2 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 191 | 189 | 194 | - |
CMYK | 0.02 | 0.03 | 0 | 0.24 |
HSL | 264º | 0.04% | 0.75% | - |
HSV(B) | 264º | 0.03% | 0.76% | - |
XYZ | 49.42 | 51.37 | 58.35 | - |
YUV | 190.17 | 130.16 | 128.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 189 | 194 | 0.02 | 0.03 | 0 | 0.24 | 264 | 0.04 | 0.75 |
Hex | BF | BD | C2 | 2 | 3 | 0 | 18 | 108 | 4 | 4B |
Octal | 277 | 275 | 302 | 2 | 3 | 0 | 30 | 410 | 4 | 113 |
Binary | 10111111 | 10111101 | 11000010 | 10 | 11 | 0 | 11000 | 100001000 | 100 | 1001011 |
Color Harmonies of #BFBDC2
Complementary color
Monochromatic Colors of #BFBDC2
Black with #BFBDC2
Text Example
Text Example
White with #BFBDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBDC2; }
p { color: rgb(191,189,194); }
H1.HeaderClassName
{
color: #BFBDC2;
}
.AnyTagClassName
{
color: #BFBDC2;
}
</style>
background-color css
<style>
a { background-color: #BFBDC2; }
a { background-color: rgb(191,189,194); }
div.DivClassName
{
background-color: #BFBDC2;
}
.BgClassName
{
background-color: #BFBDC2;
}
</style>
border-color css
<style>
span { border-color: #BFBDC2; }
span { border-color: rgb(191,189,194); }
td.TdClassName
{
border-color: #BFBDC2;
}
.TagClassName
{
border-color: #BFBDC2;
}
</style>