#BDB9EB

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

Shades of Lavender Grey #BDB9EB

Tints of Lavender Grey #BDB9EB

Color information

#BDB9EB (or 0xBDB9EB) is unknown color: approx Lavender Grey. HEX triplet: BD, B9 and EB. RGB value is (189,185,235). Sum of RGB (Red+Green+Blue) = 189+185+235=609 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.03% from 609); Green value is 185 (72.66% from 255 or 30.38% from 609); Blue value is 235 (92.19% from 255 or 38.59% from 609); Max value from RGB is 235 - color contains mainly: blue. Hex color #BDB9EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB9EB is #424614. Grayscale: #BFBFBF. Windows color (decimal): -4343317 or 15448509. OLE color: 15448509.

HSL color Cylindrical-coordinate representation of color #BDB9EB: hue angle of 244.8º degrees, saturation: 0.56, 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 #BDB9EB is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB189185235-
CMYK0.200.2100.08
HSL244.8º55.56%82.35%-
HSV(B)244.8º21.28%92.16%-
XYZ53.3351.5185.73-
YUV191.9152.33125.93-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.03%
GREEN value IS 185 (72.66% from 255) = 30.38%
BLUE value IS 235 (92.19% from 255) = 38.59%
R=31.03%
G=30.38%
B=38.59%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1891852350.200.2100.08244.855.5682.35
HexBDB9EB141508f53852
Octal275271353242501036570122
Binary101111011011100111101011101001010101000111101011110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB9EB; }

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

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

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

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

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

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

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

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