Html Css Color HEX #BEBAC5 French Grey

📋 copy color: '#BEBAC5'

red 190 ◦ green 186 ◦ blue 197

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

Shades of French Grey #BEBAC5

Tints of French Grey #BEBAC5

RGB

 RED value IS 190 (74.61% from 255) = 33.16%

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

 BLUE value IS 197 (77.34% from 255) = 34.38%

R = 33.16%
G = 32.46%
B = 34.38%

CMYK

 C value IS 0.04

 M value IS 0.06

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BEBAC5 (or 0xBEBAC5) is known color: French Grey. HEX triplet: BE, BA and C5. RGB value is (190,186,197). Sum of RGB (Red+Green+Blue) = 190+186+197=573 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.16% from 573); Green value is 186 (73.05% from 255 or 32.46% from 573); Blue value is 197 (77.34% from 255 or 34.38% from 573); Max value from RGB is 197 - color contains mainly: blue. Hex color #BEBAC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBAC5 is #41453A. Grayscale: #BCBCBC. Windows color (decimal): -4277563 or 12958398. OLE color: 12958398.

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

Color convert

RGB 190 186 197 -
CMYK 0.04 0.06 0 0.23
HSL 261.82º 0.09% 0.75% -
HSV(B) 261.82º 0.06% 0.77% -
XYZ 48.87 50.1 59.92 -
YUV 188.45 132.83 129.11 -
System Red Green Blue C M Y K H S L
Decimal 190 186 197 0.04 0.06 0 0.23 261.82 0.09 0.75
Hex BE BA C5 4 6 0 17 106 9 4B
Octal 276 272 305 4 6 0 27 406 11 113
Binary 10111110 10111010 11000101 100 110 0 10111 100000110 1001 1001011

Color Harmonies of #BEBAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBAC5

Black with #BEBAC5

Text Example


Text Example

White with #BEBAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBAC5; }

 p { color: rgb(190,186,197); }

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

background-color css

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

 a { background-color: rgb(190,186,197); }

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

border-color css

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

 span { border-color: rgb(190,186,197); }

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