#BDB8EB

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

Shades of Lavender Grey #BDB8EB

Tints of Lavender Grey #BDB8EB

Color information

#BDB8EB (or 0xBDB8EB) is unknown color: approx Lavender Grey. HEX triplet: BD, B8 and EB. RGB value is (189,184,235). Sum of RGB (Red+Green+Blue) = 189+184+235=608 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.09% from 608); Green value is 184 (72.27% from 255 or 30.26% from 608); Blue value is 235 (92.19% from 255 or 38.65% from 608); Max value from RGB is 235 - color contains mainly: blue. Hex color #BDB8EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB8EB is #424714. Grayscale: #BFBFBF. Windows color (decimal): -4343573 or 15448253. OLE color: 15448253.

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

Color convert

RGB189184235-
CMYK0.200.2200.08
HSL245.88º56.04%82.16%-
HSV(B)245.88º21.7%92.16%-
XYZ53.1251.185.66-
YUV191.31152.66126.35-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.09%
GREEN value IS 184 (72.27% from 255) = 30.26%
BLUE value IS 235 (92.19% from 255) = 38.65%
R=31.09%
G=30.26%
B=38.65%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1891842350.200.2200.08245.8856.0482.16
HexBDB8EB141608f63852
Octal275270353242601036670122
Binary101111011011100011101011101001011001000111101101110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB8EB; }

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

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

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

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

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

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

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

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