#BEBDEA

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

Shades of Lavender Grey #BEBDEA

Tints of Lavender Grey #BEBDEA

Color information

#BEBDEA (or 0xBEBDEA) is unknown color: approx Lavender Grey. HEX triplet: BE, BD and EA. RGB value is (190,189,234). Sum of RGB (Red+Green+Blue) = 190+189+234=613 (81% of max value = 765). Red value is 190 (74.61% from 255 or 31.00% from 613); Green value is 189 (74.22% from 255 or 30.83% from 613); Blue value is 234 (91.80% from 255 or 38.17% from 613); Max value from RGB is 234 - color contains mainly: blue. Hex color #BEBDEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEBDEA is #414215. Grayscale: #C2C2C2. Windows color (decimal): -4276758 or 15383998. OLE color: 15383998.

HSL color Cylindrical-coordinate representation of color #BEBDEA: hue angle of 241.33º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEBDEA is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB190189234-
CMYK0.190.1900.08
HSL241.33º51.72%82.94%-
HSV(B)241.33º19.23%91.76%-
XYZ54.2853.2885.27-
YUV194.43150.33124.84-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.00%
GREEN value IS 189 (74.22% from 255) = 30.83%
BLUE value IS 234 (91.80% from 255) = 38.17%
R=31.00%
G=30.83%
B=38.17%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1901892340.190.1900.08241.3351.7282.94
HexBEBDEA131308f13453
Octal276275352232301036164123
Binary101111101011110111101010100111001101000111100011101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBDEA; }

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

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

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

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

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

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

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

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