#BEB5CA

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

Shades of French Grey #BEB5CA

Tints of French Grey #BEB5CA

Color information

#BEB5CA (or 0xBEB5CA) is unknown color: approx French Grey. HEX triplet: BE, B5 and CA. RGB value is (190,181,202). Sum of RGB (Red+Green+Blue) = 190+181+202=573 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.16% from 573); Green value is 181 (71.09% from 255 or 31.59% from 573); Blue value is 202 (79.30% from 255 or 35.25% from 573); Max value from RGB is 202 - color contains mainly: blue. Hex color #BEB5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB5CA is #414A35. Grayscale: #BABABA. Windows color (decimal): -4278838 or 13284798. OLE color: 13284798.

HSL color Cylindrical-coordinate representation of color #BEB5CA: hue angle of 265.71º degrees, saturation: 0.17, 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 #BEB5CA is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB190181202-
CMYK0.060.1000.21
HSL265.71º16.54%75.1%-
HSV(B)265.71º10.4%79.22%-
XYZ48.4248.2662.64-
YUV186.08136.98130.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.16%
GREEN value IS 181 (71.09% from 255) = 31.59%
BLUE value IS 202 (79.30% from 255) = 35.25%
R=33.16%
G=31.59%
B=35.25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1901812020.060.1000.21265.7116.5475.1
HexBEB5CA6A01510a114b
Octal27626531261202541221113
Binary1011111010110101110010101101010010101100001010100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB5CA; }

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

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

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

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

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

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

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

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