#BEBBDA

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

Shades of Lavender Grey #BEBBDA

Tints of Lavender Grey #BEBBDA

Color information

#BEBBDA (or 0xBEBBDA) is unknown color: approx Lavender Grey. HEX triplet: BE, BB and DA. RGB value is (190,187,218). Sum of RGB (Red+Green+Blue) = 190+187+218=595 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.93% from 595); Green value is 187 (73.44% from 255 or 31.43% from 595); Blue value is 218 (85.55% from 255 or 36.64% from 595); Max value from RGB is 218 - color contains mainly: blue. Hex color #BEBBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBBDA is #414425. Grayscale: #BFBFBF. Windows color (decimal): -4277286 or 14334910. OLE color: 14334910.

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

Color convert

RGB190187218-
CMYK0.130.1400.15
HSL245.81º29.52%79.41%-
HSV(B)245.81º14.22%85.49%-
XYZ51.6651.5573.56-
YUV191.43142.99126.98-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.93%
GREEN value IS 187 (73.44% from 255) = 31.43%
BLUE value IS 218 (85.55% from 255) = 36.64%
R=31.93%
G=31.43%
B=36.64%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1901872180.130.1400.15245.8129.5279.41
HexBEBBDADE0Ff61e4f
Octal276273332151601736636117
Binary101111101011101111011010110111100111111110110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBBDA; }

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

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

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

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

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

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

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

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