#BEBDE0

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

Shades of Lavender Grey #BEBDE0

Tints of Lavender Grey #BEBDE0

Color information

#BEBDE0 (or 0xBEBDE0) is unknown color: approx Lavender Grey. HEX triplet: BE, BD and E0. RGB value is (190,189,224). Sum of RGB (Red+Green+Blue) = 190+189+224=603 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.51% from 603); Green value is 189 (74.22% from 255 or 31.34% from 603); Blue value is 224 (87.89% from 255 or 37.15% from 603); Max value from RGB is 224 - color contains mainly: blue. Hex color #BEBDE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBDE0 is #41421F. Grayscale: #C1C1C1. Windows color (decimal): -4276768 or 14728638. OLE color: 14728638.

HSL color Cylindrical-coordinate representation of color #BEBDE0: hue angle of 241.71º degrees, saturation: 0.36, 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 #BEBDE0 is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB190189224-
CMYK0.150.1600.12
HSL241.71º36.08%80.98%-
HSV(B)241.71º15.62%87.84%-
XYZ52.8952.7277.91-
YUV193.29145.33125.65-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.51%
GREEN value IS 189 (74.22% from 255) = 31.34%
BLUE value IS 224 (87.89% from 255) = 37.15%
R=31.51%
G=31.34%
B=37.15%

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
Decimal1901892240.150.1600.12241.7136.0880.98
HexBEBDE0F100Cf22451
Octal276275340172001436244121
Binary10111110101111011110000011111000001100111100101001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBDE0; }

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

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

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

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

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

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

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

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