#BEBCE0

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

Shades of Lavender Grey #BEBCE0

Tints of Lavender Grey #BEBCE0

Color information

#BEBCE0 (or 0xBEBCE0) is unknown color: approx Lavender Grey. HEX triplet: BE, BC and E0. RGB value is (190,188,224). Sum of RGB (Red+Green+Blue) = 190+188+224=602 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.56% from 602); Green value is 188 (73.83% from 255 or 31.23% from 602); Blue value is 224 (87.89% from 255 or 37.21% from 602); Max value from RGB is 224 - color contains mainly: blue. Hex color #BEBCE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBCE0 is #41431F. Grayscale: #C0C0C0. Windows color (decimal): -4277024 or 14728382. OLE color: 14728382.

HSL color Cylindrical-coordinate representation of color #BEBCE0: hue angle of 243.33º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BEBCE0 is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB190188224-
CMYK0.150.1600.12
HSL243.33º36.73%80.78%-
HSV(B)243.33º16.07%87.84%-
XYZ52.6752.377.84-
YUV192.7145.66126.07-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.56%
GREEN value IS 188 (73.83% from 255) = 31.23%
BLUE value IS 224 (87.89% from 255) = 37.21%
R=31.56%
G=31.23%
B=37.21%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1901882240.150.1600.12243.3336.7380.78
HexBEBCE0F100Cf32551
Octal276274340172001436345121
Binary10111110101111001110000011111000001100111100111001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBCE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBCE0; }

 p { color: rgb(190,188,224); }

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

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

 a { background-color: rgb(190,188,224); }

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

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

 span { border-color: rgb(190,188,224); }

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