#BDBAE8

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

Shades of Lavender Grey #BDBAE8

Tints of Lavender Grey #BDBAE8

Color information

#BDBAE8 (or 0xBDBAE8) is unknown color: approx Lavender Grey. HEX triplet: BD, BA and E8. RGB value is (189,186,232). Sum of RGB (Red+Green+Blue) = 189+186+232=607 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.14% from 607); Green value is 186 (73.05% from 255 or 30.64% from 607); Blue value is 232 (91.02% from 255 or 38.22% from 607); Max value from RGB is 232 - color contains mainly: blue. Hex color #BDBAE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBAE8 is #424517. Grayscale: #BFBFBF. Windows color (decimal): -4343064 or 15252157. OLE color: 15252157.

HSL color Cylindrical-coordinate representation of color #BDBAE8: hue angle of 243.91º degrees, saturation: 0.5, 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 #BDBAE8 is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB189186232-
CMYK0.190.2000.09
HSL243.91º50%81.96%-
HSV(B)243.91º19.83%90.98%-
XYZ53.1151.7683.54-
YUV192.14150.49125.76-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.14%
GREEN value IS 186 (73.05% from 255) = 30.64%
BLUE value IS 232 (91.02% from 255) = 38.22%
R=31.14%
G=30.64%
B=38.22%

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
Decimal1891862320.190.2000.09243.915081.96
HexBDBAE8131409f43252
Octal275272350232401136462122
Binary101111011011101011101000100111010001001111101001100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBAE8; }

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

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

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

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

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

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

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

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