#BDBDEA

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

Shades of Lavender Grey #BDBDEA

Tints of Lavender Grey #BDBDEA

Color information

#BDBDEA (or 0xBDBDEA) is unknown color: approx Lavender Grey. HEX triplet: BD, BD and EA. RGB value is (189,189,234). Sum of RGB (Red+Green+Blue) = 189+189+234=612 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.88% from 612); Green value is 189 (74.22% from 255 or 30.88% from 612); Blue value is 234 (91.80% from 255 or 38.24% from 612); Max value from RGB is 234 - color contains mainly: blue. Hex color #BDBDEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBDEA is #424215. Grayscale: #C1C1C1. Windows color (decimal): -4342294 or 15383997. OLE color: 15383997.

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

Color convert

RGB189189234-
CMYK0.190.1900.08
HSL240º51.72%82.94%-
HSV(B)240º19.23%91.76%-
XYZ54.0453.1585.25-
YUV194.13150.5124.34-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.88%
GREEN value IS 189 (74.22% from 255) = 30.88%
BLUE value IS 234 (91.80% from 255) = 38.24%
R=30.88%
G=30.88%
B=38.24%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1891892340.190.1900.0824051.7282.94
HexBDBDEA131308f03453
Octal275275352232301036064123
Binary101111011011110111101010100111001101000111100001101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBDEA; }

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

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

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

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

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

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

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

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