Html Css Color HEX #BEB8C5 French Grey

📋 copy color: '#BEB8C5'

red 190 ◦ green 184 ◦ blue 197

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

Shades of French Grey #BEB8C5

Tints of French Grey #BEB8C5

RGB

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

 GREEN value IS 184 (72.27% from 255) = 32.22%

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

R = 33.27%
G = 32.22%
B = 34.5%

CMYK

 C value IS 0.04

 M value IS 0.07

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BEB8C5 (or 0xBEB8C5) is known color: French Grey. HEX triplet: BE, B8 and C5. RGB value is (190,184,197). Sum of RGB (Red+Green+Blue) = 190+184+197=571 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.27% from 571); Green value is 184 (72.27% from 255 or 32.22% from 571); Blue value is 197 (77.34% from 255 or 34.50% from 571); Max value from RGB is 197 - color contains mainly: blue. Hex color #BEB8C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB8C5 is #41473A. Grayscale: #BBBBBB. Windows color (decimal): -4278075 or 12957886. OLE color: 12957886.

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

Color convert

RGB 190 184 197 -
CMYK 0.04 0.07 0 0.23
HSL 267.69º 0.1% 0.75% -
HSV(B) 267.69º 0.07% 0.77% -
XYZ 48.45 49.26 59.78 -
YUV 187.28 133.49 129.94 -
System Red Green Blue C M Y K H S L
Decimal 190 184 197 0.04 0.07 0 0.23 267.69 0.1 0.75
Hex BE B8 C5 4 7 0 17 10C A 4B
Octal 276 270 305 4 7 0 27 414 12 113
Binary 10111110 10111000 11000101 100 111 0 10111 100001100 1010 1001011

Color Harmonies of #BEB8C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB8C5

Black with #BEB8C5

Text Example


Text Example

White with #BEB8C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB8C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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