Html Css Color HEX #BEB5C9 French Grey

📋 copy color: '#BEB5C9'

red 190 ◦ green 181 ◦ blue 201

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

Shades of French Grey #BEB5C9

Tints of French Grey #BEB5C9

RGB

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

 GREEN value IS 181 (71.09% from 255) = 31.64%

 BLUE value IS 201 (78.91% from 255) = 35.14%

R = 33.22%
G = 31.64%
B = 35.14%

CMYK

 C value IS 0.05

 M value IS 0.10

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BEB5C9 (or 0xBEB5C9) is known color: French Grey. HEX triplet: BE, B5 and C9. RGB value is (190,181,201). Sum of RGB (Red+Green+Blue) = 190+181+201=572 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.22% from 572); Green value is 181 (71.09% from 255 or 31.64% from 572); Blue value is 201 (78.91% from 255 or 35.14% from 572); Max value from RGB is 201 - color contains mainly: blue. Hex color #BEB5C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB5C9 is #414A36. Grayscale: #B9B9B9. Windows color (decimal): -4278839 or 13219262. OLE color: 13219262.

HSL color Cylindrical-coordinate representation of color #BEB5C9: hue angle of 267º degrees, saturation: 0.16, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BEB5C9 is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 190 181 201 -
CMYK 0.05 0.10 0 0.21
HSL 267º 0.16% 0.75% -
HSV(B) 267º 0.1% 0.79% -
XYZ 48.3 48.21 62.02 -
YUV 185.97 136.48 130.87 -
System Red Green Blue C M Y K H S L
Decimal 190 181 201 0.05 0.10 0 0.21 267 0.16 0.75
Hex BE B5 C9 5 A 0 15 10B 10 4B
Octal 276 265 311 5 12 0 25 413 20 113
Binary 10111110 10110101 11001001 101 1010 0 10101 100001011 10000 1001011

Color Harmonies of #BEB5C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB5C9

Black with #BEB5C9

Text Example


Text Example

White with #BEB5C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB5C9; }

 p { color: rgb(190,181,201); }

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

background-color css

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

 a { background-color: rgb(190,181,201); }

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

border-color css

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

 span { border-color: rgb(190,181,201); }

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