#BEBDE9

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

Shades of Lavender Grey #BEBDE9

Tints of Lavender Grey #BEBDE9

Color information

#BEBDE9 (or 0xBEBDE9) is unknown color: approx Lavender Grey. HEX triplet: BE, BD and E9. RGB value is (190,189,233). Sum of RGB (Red+Green+Blue) = 190+189+233=612 (81% of max value = 765). Red value is 190 (74.61% from 255 or 31.05% from 612); Green value is 189 (74.22% from 255 or 30.88% from 612); Blue value is 233 (91.41% from 255 or 38.07% from 612); Max value from RGB is 233 - color contains mainly: blue. Hex color #BEBDE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEBDE9 is #414216. Grayscale: #C2C2C2. Windows color (decimal): -4276759 or 15318462. OLE color: 15318462.

HSL color Cylindrical-coordinate representation of color #BEBDE9: hue angle of 241.36º degrees, saturation: 0.5, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEBDE9 is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB190189233-
CMYK0.180.1900.09
HSL241.36º50%82.75%-
HSV(B)241.36º18.88%91.37%-
XYZ54.1453.2384.51-
YUV194.32149.83124.92-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.05%
GREEN value IS 189 (74.22% from 255) = 30.88%
BLUE value IS 233 (91.41% from 255) = 38.07%
R=31.05%
G=30.88%
B=38.07%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1901892330.180.1900.09241.365082.75
HexBEBDE9121309f13253
Octal276275351222301136162123
Binary101111101011110111101001100101001101001111100011100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBDE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBDE9; }

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

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

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

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

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

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

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

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