#BDBEE0

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

Shades of Lavender Grey #BDBEE0

Tints of Lavender Grey #BDBEE0

Color information

#BDBEE0 (or 0xBDBEE0) is unknown color: approx Lavender Grey. HEX triplet: BD, BE and E0. RGB value is (189,190,224). Sum of RGB (Red+Green+Blue) = 189+190+224=603 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.34% from 603); Green value is 190 (74.61% from 255 or 31.51% from 603); Blue value is 224 (87.89% from 255 or 37.15% from 603); Max value from RGB is 224 - color contains mainly: blue. Hex color #BDBEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBEE0 is #42411F. Grayscale: #C1C1C1. Windows color (decimal): -4342048 or 14728893. OLE color: 14728893.

HSL color Cylindrical-coordinate representation of color #BDBEE0: hue angle of 238.29º degrees, saturation: 0.36, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDBEE0 is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB189190224-
CMYK0.160.1500.12
HSL238.29º36.08%80.98%-
HSV(B)238.29º15.62%87.84%-
XYZ52.8553.0377.97-
YUV193.58145.17124.74-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.34%
GREEN value IS 190 (74.61% from 255) = 31.51%
BLUE value IS 224 (87.89% from 255) = 37.15%
R=31.34%
G=31.51%
B=37.15%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1891902240.160.1500.12238.2936.0880.98
HexBDBEE010F0Cee2451
Octal275276340201701435644121
Binary10111101101111101110000010000111101100111011101001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBEE0; }

 p { color: rgb(189,190,224); }

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

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

 a { background-color: rgb(189,190,224); }

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

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

 span { border-color: rgb(189,190,224); }

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