Html Css Color HEX #BEB7C1 French Grey

📋 copy color: '#BEB7C1'

red 190 ◦ green 183 ◦ blue 193

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

Shades of French Grey #BEB7C1

Tints of French Grey #BEB7C1

RGB

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

 GREEN value IS 183 (71.88% from 255) = 32.33%

 BLUE value IS 193 (75.78% from 255) = 34.1%

R = 33.57%
G = 32.33%
B = 34.1%

CMYK

 C value IS 0.02

 M value IS 0.05

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BEB7C1 (or 0xBEB7C1) is known color: French Grey. HEX triplet: BE, B7 and C1. RGB value is (190,183,193). Sum of RGB (Red+Green+Blue) = 190+183+193=566 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.57% from 566); Green value is 183 (71.88% from 255 or 32.33% from 566); Blue value is 193 (75.78% from 255 or 34.10% from 566); Max value from RGB is 193 - color contains mainly: blue. Hex color #BEB7C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB7C1 is #41483E. Grayscale: #BABABA. Windows color (decimal): -4278335 or 12695486. OLE color: 12695486.

HSL color Cylindrical-coordinate representation of color #BEB7C1: hue angle of 282º degrees, saturation: 0.07, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BEB7C1 is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 190 183 193 -
CMYK 0.02 0.05 0 0.24
HSL 282º 0.07% 0.74% -
HSV(B) 282º 0.05% 0.76% -
XYZ 47.79 48.66 57.33 -
YUV 186.23 131.82 130.69 -
System Red Green Blue C M Y K H S L
Decimal 190 183 193 0.02 0.05 0 0.24 282 0.07 0.74
Hex BE B7 C1 2 5 0 18 11A 7 4A
Octal 276 267 301 2 5 0 30 432 7 112
Binary 10111110 10110111 11000001 10 101 0 11000 100011010 111 1001010

Color Harmonies of #BEB7C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB7C1

Black with #BEB7C1

Text Example


Text Example

White with #BEB7C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB7C1; }

 p { color: rgb(190,183,193); }

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

background-color css

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

 a { background-color: rgb(190,183,193); }

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

border-color css

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

 span { border-color: rgb(190,183,193); }

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