#BDBAEA

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

Shades of Lavender Grey #BDBAEA

Tints of Lavender Grey #BDBAEA

Color information

#BDBAEA (or 0xBDBAEA) is unknown color: approx Lavender Grey. HEX triplet: BD, BA and EA. RGB value is (189,186,234). Sum of RGB (Red+Green+Blue) = 189+186+234=609 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.03% from 609); Green value is 186 (73.05% from 255 or 30.54% from 609); Blue value is 234 (91.80% from 255 or 38.42% from 609); Max value from RGB is 234 - color contains mainly: blue. Hex color #BDBAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBAEA is #424515. Grayscale: #C0C0C0. Windows color (decimal): -4343062 or 15383229. OLE color: 15383229.

HSL color Cylindrical-coordinate representation of color #BDBAEA: hue angle of 243.75º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDBAEA is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB189186234-
CMYK0.190.2100.08
HSL243.75º53.33%82.35%-
HSV(B)243.75º20.51%91.76%-
XYZ53.451.8885.04-
YUV192.37151.49125.6-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.03%
GREEN value IS 186 (73.05% from 255) = 30.54%
BLUE value IS 234 (91.80% from 255) = 38.42%
R=31.03%
G=30.54%
B=38.42%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1891862340.190.2100.08243.7553.3382.35
HexBDBAEA131508f43552
Octal275272352232501036465122
Binary101111011011101011101010100111010101000111101001101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBAEA; }

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

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

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

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

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

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

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

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