Html Css Color HEX #BFBAC7 French Grey

📋 copy color: '#BFBAC7'

red 191 ◦ green 186 ◦ blue 199

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

Shades of French Grey #BFBAC7

Tints of French Grey #BFBAC7

RGB

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

 GREEN value IS 186 (73.05% from 255) = 32.29%

 BLUE value IS 199 (78.13% from 255) = 34.55%

R = 33.16%
G = 32.29%
B = 34.55%

CMYK

 C value IS 0.04

 M value IS 0.07

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BFBAC7 (or 0xBFBAC7) is known color: French Grey. HEX triplet: BF, BA and C7. RGB value is (191,186,199). Sum of RGB (Red+Green+Blue) = 191+186+199=576 (76% of max value = 765). Red value is 191 (75% from 255 or 33.16% from 576); Green value is 186 (73.05% from 255 or 32.29% from 576); Blue value is 199 (78.12% from 255 or 34.55% from 576); Max value from RGB is 199 - color contains mainly: blue. Hex color #BFBAC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBAC7 is #404538. Grayscale: #BCBCBC. Windows color (decimal): -4212025 or 13089471. OLE color: 13089471.

HSL color Cylindrical-coordinate representation of color #BFBAC7: hue angle of 263.08º degrees, saturation: 0.1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BFBAC7 is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 191 186 199 -
CMYK 0.04 0.07 0 0.22
HSL 263.08º 0.1% 0.75% -
HSV(B) 263.08º 0.07% 0.78% -
XYZ 49.35 50.32 61.14 -
YUV 188.98 133.66 129.44 -
System Red Green Blue C M Y K H S L
Decimal 191 186 199 0.04 0.07 0 0.22 263.08 0.1 0.75
Hex BF BA C7 4 7 0 16 107 A 4B
Octal 277 272 307 4 7 0 26 407 12 113
Binary 10111111 10111010 11000111 100 111 0 10110 100000111 1010 1001011

Color Harmonies of #BFBAC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBAC7

Black with #BFBAC7

Text Example


Text Example

White with #BFBAC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBAC7; }

 p { color: rgb(191,186,199); }

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

background-color css

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

 a { background-color: rgb(191,186,199); }

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

border-color css

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

 span { border-color: rgb(191,186,199); }

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