#BDB8EE

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

Shades of Lavender Grey #BDB8EE

Tints of Lavender Grey #BDB8EE

Color information

#BDB8EE (or 0xBDB8EE) is unknown color: approx Lavender Grey. HEX triplet: BD, B8 and EE. RGB value is (189,184,238). Sum of RGB (Red+Green+Blue) = 189+184+238=611 (80% of max value = 765). Red value is 189 (74.22% from 255 or 30.93% from 611); Green value is 184 (72.27% from 255 or 30.11% from 611); Blue value is 238 (93.36% from 255 or 38.95% from 611); Max value from RGB is 238 - color contains mainly: blue. Hex color #BDB8EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB8EE is #424711. Grayscale: #BFBFBF. Windows color (decimal): -4343570 or 15644861. OLE color: 15644861.

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

Color convert

RGB189184238-
CMYK0.210.2300.07
HSL245.56º61.36%82.75%-
HSV(B)245.56º22.69%93.33%-
XYZ53.5651.2787.96-
YUV191.65154.16126.11-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.93%
GREEN value IS 184 (72.27% from 255) = 30.11%
BLUE value IS 238 (93.36% from 255) = 38.95%
R=30.93%
G=30.11%
B=38.95%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1891842380.210.2300.07245.5661.3682.75
HexBDB8EE151707f63d53
Octal27527035625270736675123
Binary10111101101110001110111010101101110111111101101111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB8EE; }

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

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

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

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

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

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

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

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