#BEBDE1

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

Shades of Lavender Grey #BEBDE1

Tints of Lavender Grey #BEBDE1

Color information

#BEBDE1 (or 0xBEBDE1) is unknown color: approx Lavender Grey. HEX triplet: BE, BD and E1. RGB value is (190,189,225). Sum of RGB (Red+Green+Blue) = 190+189+225=604 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.46% from 604); Green value is 189 (74.22% from 255 or 31.29% from 604); Blue value is 225 (88.28% from 255 or 37.25% from 604); Max value from RGB is 225 - color contains mainly: blue. Hex color #BEBDE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBDE1 is #41421E. Grayscale: #C1C1C1. Windows color (decimal): -4276767 or 14794174. OLE color: 14794174.

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

Color convert

RGB190189225-
CMYK0.160.1600.12
HSL241.67º37.5%81.18%-
HSV(B)241.67º16%88.24%-
XYZ53.0252.7878.63-
YUV193.4145.83125.57-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.46%
GREEN value IS 189 (74.22% from 255) = 31.29%
BLUE value IS 225 (88.28% from 255) = 37.25%
R=31.46%
G=31.29%
B=37.25%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1901892250.160.1600.12241.6737.581.18
HexBEBDE110100Cf22551
Octal276275341202001436245121
Binary101111101011110111100001100001000001100111100101001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBDE1; }

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

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

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

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

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

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

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

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