#BDBEE3

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

Shades of Lavender Grey #BDBEE3

Tints of Lavender Grey #BDBEE3

Color information

#BDBEE3 (or 0xBDBEE3) is unknown color: approx Lavender Grey. HEX triplet: BD, BE and E3. RGB value is (189,190,227). Sum of RGB (Red+Green+Blue) = 189+190+227=606 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.19% from 606); Green value is 190 (74.61% from 255 or 31.35% from 606); Blue value is 227 (89.06% from 255 or 37.46% from 606); Max value from RGB is 227 - color contains mainly: blue. Hex color #BDBEE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBEE3 is #42411C. Grayscale: #C1C1C1. Windows color (decimal): -4342045 or 14925501. OLE color: 14925501.

HSL color Cylindrical-coordinate representation of color #BDBEE3: hue angle of 238.42º degrees, saturation: 0.4, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDBEE3 is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB189190227-
CMYK0.170.1600.11
HSL238.42º40.43%81.57%-
HSV(B)238.42º16.74%89.02%-
XYZ53.2653.1980.13-
YUV193.92146.67124.49-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.19%
GREEN value IS 190 (74.61% from 255) = 31.35%
BLUE value IS 227 (89.06% from 255) = 37.46%
R=31.19%
G=31.35%
B=37.46%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1891902270.170.1600.11238.4240.4381.57
HexBDBEE311100Bee2852
Octal275276343212001335650122
Binary101111011011111011100011100011000001011111011101010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBEE3; }

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

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

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

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

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

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

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

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