#BDBEE1

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

Shades of Lavender Grey #BDBEE1

Tints of Lavender Grey #BDBEE1

Color information

#BDBEE1 (or 0xBDBEE1) is unknown color: approx Lavender Grey. HEX triplet: BD, BE and E1. RGB value is (189,190,225). Sum of RGB (Red+Green+Blue) = 189+190+225=604 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.29% from 604); Green value is 190 (74.61% from 255 or 31.46% 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 #BDBEE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBEE1 is #42411E. Grayscale: #C1C1C1. Windows color (decimal): -4342047 or 14794429. OLE color: 14794429.

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

Color convert

RGB189190225-
CMYK0.160.1600.12
HSL238.33º37.5%81.18%-
HSV(B)238.33º16%88.24%-
XYZ52.9953.0878.69-
YUV193.69145.67124.65-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.29%
GREEN value IS 190 (74.61% from 255) = 31.46%
BLUE value IS 225 (88.28% from 255) = 37.25%
R=31.29%
G=31.46%
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
Decimal1891902250.160.1600.12238.3337.581.18
HexBDBEE110100Cee2551
Octal275276341202001435645121
Binary101111011011111011100001100001000001100111011101001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBEE1; }

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

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

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

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

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

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

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

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