#BDB9EF

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

Shades of Lavender Grey #BDB9EF

Tints of Lavender Grey #BDB9EF

Color information

#BDB9EF (or 0xBDB9EF) is unknown color: approx Lavender Grey. HEX triplet: BD, B9 and EF. RGB value is (189,185,239). Sum of RGB (Red+Green+Blue) = 189+185+239=613 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.83% from 613); Green value is 185 (72.66% from 255 or 30.18% from 613); Blue value is 239 (93.75% from 255 or 38.99% from 613); Max value from RGB is 239 - color contains mainly: blue. Hex color #BDB9EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB9EF is #424610. Grayscale: #C0C0C0. Windows color (decimal): -4343313 or 15710653. OLE color: 15710653.

HSL color Cylindrical-coordinate representation of color #BDB9EF: hue angle of 244.44º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDB9EF is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB189185239-
CMYK0.210.2300.06
HSL244.44º62.79%83.14%-
HSV(B)244.44º22.59%93.73%-
XYZ53.9251.7588.81-
YUV192.35154.33125.61-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.83%
GREEN value IS 185 (72.66% from 255) = 30.18%
BLUE value IS 239 (93.75% from 255) = 38.99%
R=30.83%
G=30.18%
B=38.99%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1891852390.210.2300.06244.4462.7983.14
HexBDB9EF151706f43f53
Octal27527135725270636477123
Binary10111101101110011110111110101101110110111101001111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB9EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB9EF; }

 p { color: rgb(189,185,239); }

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

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

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

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

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

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

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