#BDB7EA

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

Shades of Lavender Grey #BDB7EA

Tints of Lavender Grey #BDB7EA

Color information

#BDB7EA (or 0xBDB7EA) is unknown color: approx Lavender Grey. HEX triplet: BD, B7 and EA. RGB value is (189,183,234). Sum of RGB (Red+Green+Blue) = 189+183+234=606 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.19% from 606); Green value is 183 (71.88% from 255 or 30.20% from 606); Blue value is 234 (91.80% from 255 or 38.61% from 606); Max value from RGB is 234 - color contains mainly: blue. Hex color #BDB7EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB7EA is #424815. Grayscale: #BEBEBE. Windows color (decimal): -4343830 or 15382461. OLE color: 15382461.

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

Color convert

RGB189183234-
CMYK0.190.2200.08
HSL247.06º54.84%81.76%-
HSV(B)247.06º21.79%91.76%-
XYZ52.7750.6384.83-
YUV190.61152.49126.85-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.19%
GREEN value IS 183 (71.88% from 255) = 30.20%
BLUE value IS 234 (91.80% from 255) = 38.61%
R=31.19%
G=30.20%
B=38.61%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1891832340.190.2200.08247.0654.8481.76
HexBDB7EA131608f73752
Octal275267352232601036767122
Binary101111011011011111101010100111011001000111101111101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB7EA; }

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

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

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

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

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

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

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

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