Html Css Color HEX #BFBDC2 French Grey

📋 copy color: '#BFBDC2'

red 191 ◦ green 189 ◦ blue 194

#BFBDC2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of French Grey #BFBDC2

Tints of French Grey #BFBDC2

RGB

 RED value IS 191 (75% from 255) = 33.28%

 GREEN value IS 189 (74.22% from 255) = 32.93%

 BLUE value IS 194 (76.17% from 255) = 33.8%

R = 33.28%
G = 32.93%
B = 33.8%

CMYK

 C value IS 0.02

 M value IS 0.03

 Y value IS 0

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

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

Triadic Colors

Analogous colors

Split complements colors

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>