Html Css Color HEX #BFBBC2 French Grey

📋 copy color: '#BFBBC2'

red 191 ◦ green 187 ◦ blue 194

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

Shades of French Grey #BFBBC2

Tints of French Grey #BFBBC2

RGB

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

 GREEN value IS 187 (73.44% from 255) = 32.69%

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

R = 33.39%
G = 32.69%
B = 33.92%

CMYK

 C value IS 0.02

 M value IS 0.04

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BFBBC2 (or 0xBFBBC2) is known color: French Grey. HEX triplet: BF, BB and C2. RGB value is (191,187,194). Sum of RGB (Red+Green+Blue) = 191+187+194=572 (75% of max value = 765). Red value is 191 (75% from 255 or 33.39% from 572); Green value is 187 (73.44% from 255 or 32.69% from 572); Blue value is 194 (76.17% from 255 or 33.92% from 572); Max value from RGB is 194 - color contains mainly: blue. Hex color #BFBBC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBBC2 is #40443D. Grayscale: #BCBCBC. Windows color (decimal): -4211774 or 12762047. OLE color: 12762047.

HSL color Cylindrical-coordinate representation of color #BFBBC2: hue angle of 274.29º degrees, saturation: 0.05, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BFBBC2 is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 191 187 194 -
CMYK 0.02 0.04 0 0.24
HSL 274.29º 0.05% 0.75% -
HSV(B) 274.29º 0.04% 0.76% -
XYZ 48.99 50.51 58.21 -
YUV 188.99 130.83 129.43 -
System Red Green Blue C M Y K H S L
Decimal 191 187 194 0.02 0.04 0 0.24 274.29 0.05 0.75
Hex BF BB C2 2 4 0 18 112 5 4B
Octal 277 273 302 2 4 0 30 422 5 113
Binary 10111111 10111011 11000010 10 100 0 11000 100010010 101 1001011

Color Harmonies of #BFBBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBBC2

Black with #BFBBC2

Text Example


Text Example

White with #BFBBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBBC2; }

 p { color: rgb(191,187,194); }

 H1.HeaderClassName
 {
   color: #BFBBC2;
 }
 .AnyTagClassName
 {
   color: #BFBBC2;
 }
</style>

background-color css

<style>
 a { background-color: #BFBBC2; }

 a { background-color: rgb(191,187,194); }

 div.DivClassName
 {
   background-color: #BFBBC2;
 }
 .BgClassName
 {
   background-color: #BFBBC2;
 }
</style>

border-color css

<style>
 span { border-color: #BFBBC2; }

 span { border-color: rgb(191,187,194); }

 td.TdClassName
 {
   border-color: #BFBBC2;
 }
 .TagClassName
 {
   border-color: #BFBBC2;
 }
</style>