Html Css Color HEX #BEBAC2 French Grey

📋 copy color: '#BEBAC2'

red 190 ◦ green 186 ◦ blue 194

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

Shades of French Grey #BEBAC2

Tints of French Grey #BEBAC2

RGB

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

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

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

R = 33.33%
G = 32.63%
B = 34.04%

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

#BEBAC2 (or 0xBEBAC2) is known color: French Grey. HEX triplet: BE, BA and C2. RGB value is (190,186,194). Sum of RGB (Red+Green+Blue) = 190+186+194=570 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.33% from 570); Green value is 186 (73.05% from 255 or 32.63% from 570); Blue value is 194 (76.17% from 255 or 34.04% from 570); Max value from RGB is 194 - color contains mainly: blue. Hex color #BEBAC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBAC2 is #41453D. Grayscale: #BCBCBC. Windows color (decimal): -4277566 or 12761790. OLE color: 12761790.

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

Color convert

RGB 190 186 194 -
CMYK 0.02 0.04 0 0.24
HSL 270º 0.06% 0.75% -
HSV(B) 270º 0.04% 0.76% -
XYZ 48.53 49.96 58.12 -
YUV 188.11 131.33 129.35 -
System Red Green Blue C M Y K H S L
Decimal 190 186 194 0.02 0.04 0 0.24 270 0.06 0.75
Hex BE BA C2 2 4 0 18 10E 6 4B
Octal 276 272 302 2 4 0 30 416 6 113
Binary 10111110 10111010 11000010 10 100 0 11000 100001110 110 1001011

Color Harmonies of #BEBAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBAC2

Black with #BEBAC2

Text Example


Text Example

White with #BEBAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBAC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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