Html Css Color HEX #BFBCC4 French Grey

📋 copy color: '#BFBCC4'

red 191 ◦ green 188 ◦ blue 196

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

Shades of French Grey #BFBCC4

Tints of French Grey #BFBCC4

RGB

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

 GREEN value IS 188 (73.83% from 255) = 32.7%

 BLUE value IS 196 (76.95% from 255) = 34.09%

R = 33.22%
G = 32.7%
B = 34.09%

CMYK

 C value IS 0.03

 M value IS 0.04

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BFBCC4 (or 0xBFBCC4) is known color: French Grey. HEX triplet: BF, BC and C4. RGB value is (191,188,196). Sum of RGB (Red+Green+Blue) = 191+188+196=575 (76% of max value = 765). Red value is 191 (75% from 255 or 33.22% from 575); Green value is 188 (73.83% from 255 or 32.70% from 575); Blue value is 196 (76.95% from 255 or 34.09% from 575); Max value from RGB is 196 - color contains mainly: blue. Hex color #BFBCC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBCC4 is #40433B. Grayscale: #BDBDBD. Windows color (decimal): -4211516 or 12893375. OLE color: 12893375.

HSL color Cylindrical-coordinate representation of color #BFBCC4: hue angle of 262.5º degrees, saturation: 0.06, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BFBCC4 is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 191 188 196 -
CMYK 0.03 0.04 0 0.23
HSL 262.5º 0.06% 0.75% -
HSV(B) 262.5º 0.04% 0.77% -
XYZ 49.43 51.03 59.47 -
YUV 189.81 131.49 128.85 -
System Red Green Blue C M Y K H S L
Decimal 191 188 196 0.03 0.04 0 0.23 262.5 0.06 0.75
Hex BF BC C4 3 4 0 17 106 6 4B
Octal 277 274 304 3 4 0 27 406 6 113
Binary 10111111 10111100 11000100 11 100 0 10111 100000110 110 1001011

Color Harmonies of #BFBCC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBCC4

Black with #BFBCC4

Text Example


Text Example

White with #BFBCC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBCC4; }

 p { color: rgb(191,188,196); }

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

background-color css

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

 a { background-color: rgb(191,188,196); }

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

border-color css

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

 span { border-color: rgb(191,188,196); }

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