#BEB3CA

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

Shades of French Grey #BEB3CA

Tints of French Grey #BEB3CA

Color information

#BEB3CA (or 0xBEB3CA) is unknown color: approx French Grey. HEX triplet: BE, B3 and CA. RGB value is (190,179,202). Sum of RGB (Red+Green+Blue) = 190+179+202=571 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.27% from 571); Green value is 179 (70.31% from 255 or 31.35% from 571); Blue value is 202 (79.30% from 255 or 35.38% from 571); Max value from RGB is 202 - color contains mainly: blue. Hex color #BEB3CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB3CA is #414C35. Grayscale: #B8B8B8. Windows color (decimal): -4279350 or 13284286. OLE color: 13284286.

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

Color convert

RGB190179202-
CMYK0.060.1100.21
HSL268.7º17.83%74.71%-
HSV(B)268.7º11.39%79.22%-
XYZ48.0247.4562.51-
YUV184.91137.64131.63-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.27%
GREEN value IS 179 (70.31% from 255) = 31.35%
BLUE value IS 202 (79.30% from 255) = 35.38%
R=33.27%
G=31.35%
B=35.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1901792020.060.1100.21268.717.8374.71
HexBEB3CA6B01510d124b
Octal27626331261302541522113
Binary1011111010110011110010101101011010101100001101100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB3CA; }

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

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

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

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

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

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

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

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