Html Css Color HEX #BEB9C5 French Grey

📋 copy color: '#BEB9C5'

red 190 ◦ green 185 ◦ blue 197

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

Shades of French Grey #BEB9C5

Tints of French Grey #BEB9C5

RGB

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

 GREEN value IS 185 (72.66% from 255) = 32.34%

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

R = 33.22%
G = 32.34%
B = 34.44%

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

#BEB9C5 (or 0xBEB9C5) is known color: French Grey. HEX triplet: BE, B9 and C5. RGB value is (190,185,197). Sum of RGB (Red+Green+Blue) = 190+185+197=572 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.22% from 572); Green value is 185 (72.66% from 255 or 32.34% from 572); Blue value is 197 (77.34% from 255 or 34.44% from 572); Max value from RGB is 197 - color contains mainly: blue. Hex color #BEB9C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB9C5 is #41463A. Grayscale: #BBBBBB. Windows color (decimal): -4277819 or 12958142. OLE color: 12958142.

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

Color convert

RGB 190 185 197 -
CMYK 0.04 0.06 0 0.23
HSL 265º 0.09% 0.75% -
HSV(B) 265º 0.06% 0.77% -
XYZ 48.66 49.68 59.85 -
YUV 187.86 133.16 129.52 -
System Red Green Blue C M Y K H S L
Decimal 190 185 197 0.04 0.06 0 0.23 265 0.09 0.75
Hex BE B9 C5 4 6 0 17 109 9 4B
Octal 276 271 305 4 6 0 27 411 11 113
Binary 10111110 10111001 11000101 100 110 0 10111 100001001 1001 1001011

Color Harmonies of #BEB9C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB9C5

Black with #BEB9C5

Text Example


Text Example

White with #BEB9C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB9C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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