Html Css Color HEX #BFBCC2 French Grey

📋 copy color: '#BFBCC2'

red 191 ◦ green 188 ◦ blue 194

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

Shades of French Grey #BFBCC2

Tints of French Grey #BFBCC2

RGB

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

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

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

R = 33.33%
G = 32.81%
B = 33.86%

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

#BFBCC2 (or 0xBFBCC2) is known color: French Grey. HEX triplet: BF, BC and C2. RGB value is (191,188,194). Sum of RGB (Red+Green+Blue) = 191+188+194=573 (75% of max value = 765). Red value is 191 (75% from 255 or 33.33% from 573); Green value is 188 (73.83% from 255 or 32.81% from 573); Blue value is 194 (76.17% from 255 or 33.86% from 573); Max value from RGB is 194 - color contains mainly: blue. Hex color #BFBCC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBCC2 is #40433D. Grayscale: #BDBDBD. Windows color (decimal): -4211518 or 12762303. OLE color: 12762303.

HSL color Cylindrical-coordinate representation of color #BFBCC2: hue angle of 270º degrees, saturation: 0.05, 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 #BFBCC2 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 191 188 194 -
CMYK 0.02 0.03 0 0.24
HSL 270º 0.05% 0.75% -
HSV(B) 270º 0.03% 0.76% -
XYZ 49.21 50.94 58.28 -
YUV 189.58 130.49 129.01 -
System Red Green Blue C M Y K H S L
Decimal 191 188 194 0.02 0.03 0 0.24 270 0.05 0.75
Hex BF BC C2 2 3 0 18 10E 5 4B
Octal 277 274 302 2 3 0 30 416 5 113
Binary 10111111 10111100 11000010 10 11 0 11000 100001110 101 1001011

Color Harmonies of #BFBCC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBCC2

Black with #BFBCC2

Text Example


Text Example

White with #BFBCC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBCC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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