#BDBEE4

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

Shades of Lavender Grey #BDBEE4

Tints of Lavender Grey #BDBEE4

Color information

#BDBEE4 (or 0xBDBEE4) is unknown color: approx Lavender Grey. HEX triplet: BD, BE and E4. RGB value is (189,190,228). Sum of RGB (Red+Green+Blue) = 189+190+228=607 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.14% from 607); Green value is 190 (74.61% from 255 or 31.30% from 607); Blue value is 228 (89.45% from 255 or 37.56% from 607); Max value from RGB is 228 - color contains mainly: blue. Hex color #BDBEE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBEE4 is #42411B. Grayscale: #C1C1C1. Windows color (decimal): -4342044 or 14991037. OLE color: 14991037.

HSL color Cylindrical-coordinate representation of color #BDBEE4: hue angle of 238.46º degrees, saturation: 0.42, 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 #BDBEE4 is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB189190228-
CMYK0.170.1700.11
HSL238.46º41.94%81.76%-
HSV(B)238.46º17.11%89.41%-
XYZ53.453.2580.86-
YUV194.03147.17124.41-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.14%
GREEN value IS 190 (74.61% from 255) = 31.30%
BLUE value IS 228 (89.45% from 255) = 37.56%
R=31.14%
G=31.30%
B=37.56%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1891902280.170.1700.11238.4641.9481.76
HexBDBEE411110Bee2a52
Octal275276344212101335652122
Binary101111011011111011100100100011000101011111011101010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBEE4; }

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

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

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

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

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

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

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

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