#BDBAE9

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

Shades of Lavender Grey #BDBAE9

Tints of Lavender Grey #BDBAE9

Color information

#BDBAE9 (or 0xBDBAE9) is unknown color: approx Lavender Grey. HEX triplet: BD, BA and E9. RGB value is (189,186,233). Sum of RGB (Red+Green+Blue) = 189+186+233=608 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.09% from 608); Green value is 186 (73.05% from 255 or 30.59% from 608); Blue value is 233 (91.41% from 255 or 38.32% from 608); Max value from RGB is 233 - color contains mainly: blue. Hex color #BDBAE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBAE9 is #424516. Grayscale: #C0C0C0. Windows color (decimal): -4343063 or 15317693. OLE color: 15317693.

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

Color convert

RGB189186233-
CMYK0.190.2000.09
HSL243.83º51.65%82.16%-
HSV(B)243.83º20.17%91.37%-
XYZ53.2551.8284.29-
YUV192.26150.99125.68-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.09%
GREEN value IS 186 (73.05% from 255) = 30.59%
BLUE value IS 233 (91.41% from 255) = 38.32%
R=31.09%
G=30.59%
B=38.32%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1891862330.190.2000.09243.8351.6582.16
HexBDBAE9131409f43452
Octal275272351232401136464122
Binary101111011011101011101001100111010001001111101001101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBAE9; }

 p { color: rgb(189,186,233); }

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

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

 a { background-color: rgb(189,186,233); }

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

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

 span { border-color: rgb(189,186,233); }

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