#BEBDDA

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

Shades of Lavender Grey #BEBDDA

Tints of Lavender Grey #BEBDDA

Color information

#BEBDDA (or 0xBEBDDA) is unknown color: approx Lavender Grey. HEX triplet: BE, BD and DA. RGB value is (190,189,218). Sum of RGB (Red+Green+Blue) = 190+189+218=597 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.83% from 597); Green value is 189 (74.22% from 255 or 31.66% from 597); Blue value is 218 (85.55% from 255 or 36.52% from 597); Max value from RGB is 218 - color contains mainly: blue. Hex color #BEBDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBDDA is #414225. Grayscale: #C0C0C0. Windows color (decimal): -4276774 or 14335422. OLE color: 14335422.

HSL color Cylindrical-coordinate representation of color #BEBDDA: hue angle of 242.07º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BEBDDA is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB190189218-
CMYK0.130.1300.15
HSL242.07º28.16%79.8%-
HSV(B)242.07º13.3%85.49%-
XYZ52.0952.473.7-
YUV192.6142.33126.14-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.83%
GREEN value IS 189 (74.22% from 255) = 31.66%
BLUE value IS 218 (85.55% from 255) = 36.52%
R=31.83%
G=31.66%
B=36.52%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1901892180.130.1300.15242.0728.1679.8
HexBEBDDADD0Ff21c50
Octal276275332151501736234120
Binary101111101011110111011010110111010111111110010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBDDA; }

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

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

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

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

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

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

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

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