#BEB2C9

Color #BEB2C9 French Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Grey #BEB2C9

Tints of French Grey #BEB2C9

Color information

#BEB2C9 (or 0xBEB2C9) is unknown color: approx French Grey. HEX triplet: BE, B2 and C9. RGB value is (190,178,201). Sum of RGB (Red+Green+Blue) = 190+178+201=569 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.39% from 569); Green value is 178 (69.92% from 255 or 31.28% from 569); Blue value is 201 (78.91% from 255 or 35.33% from 569); Max value from RGB is 201 - color contains mainly: blue. Hex color #BEB2C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEB2C9 is #414D36. Grayscale: #B8B8B8. Windows color (decimal): -4279607 or 13218494. OLE color: 13218494.

HSL color Cylindrical-coordinate representation of color #BEB2C9: hue angle of 271.3º degrees, saturation: 0.18, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BEB2C9 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB190178201-
CMYK0.050.1100.21
HSL271.3º17.56%74.31%-
HSV(B)271.3º11.44%78.82%-
XYZ47.74761.82-
YUV184.21137.48132.13-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.39%
GREEN value IS 178 (69.92% from 255) = 31.28%
BLUE value IS 201 (78.91% from 255) = 35.33%
R=33.39%
G=31.28%
B=35.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1901782010.050.1100.21271.317.5674.31
HexBEB2C95B01510f124a
Octal27626231151302541722112
Binary1011111010110010110010011011011010101100001111100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB2C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB2C9; }

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

 H1.HeaderClassName
 {
   color: #BEB2C9;
 }
 .AnyTagClassName
 {
   color: #BEB2C9;
 }
</style>
background-color css

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

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

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

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

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

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