#BDBEE7

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

Shades of Lavender Grey #BDBEE7

Tints of Lavender Grey #BDBEE7

Color information

#BDBEE7 (or 0xBDBEE7) is unknown color: approx Lavender Grey. HEX triplet: BD, BE and E7. RGB value is (189,190,231). Sum of RGB (Red+Green+Blue) = 189+190+231=610 (80% of max value = 765). Red value is 189 (74.22% from 255 or 30.98% from 610); Green value is 190 (74.61% from 255 or 31.15% from 610); Blue value is 231 (90.62% from 255 or 37.87% from 610); Max value from RGB is 231 - color contains mainly: blue. Hex color #BDBEE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBEE7 is #424118. Grayscale: #C2C2C2. Windows color (decimal): -4342041 or 15187645. OLE color: 15187645.

HSL color Cylindrical-coordinate representation of color #BDBEE7: hue angle of 238.57º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDBEE7 is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB189190231-
CMYK0.180.1800.09
HSL238.57º46.67%82.35%-
HSV(B)238.57º18.18%90.59%-
XYZ53.8253.4283.07-
YUV194.38148.67124.17-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.98%
GREEN value IS 190 (74.61% from 255) = 31.15%
BLUE value IS 231 (90.62% from 255) = 37.87%
R=30.98%
G=31.15%
B=37.87%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1891902310.180.1800.09238.5746.6782.35
HexBDBEE7121209ef2f52
Octal275276347222201135757122
Binary101111011011111011100111100101001001001111011111011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBEE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBEE7; }

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

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

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

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

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

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

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

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