#BDBDE0

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

Shades of Lavender Grey #BDBDE0

Tints of Lavender Grey #BDBDE0

Color information

#BDBDE0 (or 0xBDBDE0) is unknown color: approx Lavender Grey. HEX triplet: BD, BD and E0. RGB value is (189,189,224). Sum of RGB (Red+Green+Blue) = 189+189+224=602 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.40% from 602); Green value is 189 (74.22% from 255 or 31.40% from 602); Blue value is 224 (87.89% from 255 or 37.21% from 602); Max value from RGB is 224 - color contains mainly: blue. Hex color #BDBDE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBDE0 is #42421F. Grayscale: #C0C0C0. Windows color (decimal): -4342304 or 14728637. OLE color: 14728637.

HSL color Cylindrical-coordinate representation of color #BDBDE0: hue angle of 240º 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 #BDBDE0 is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB189189224-
CMYK0.160.1600.12
HSL240º36.08%80.98%-
HSV(B)240º15.62%87.84%-
XYZ52.6452.677.9-
YUV192.99145.5125.15-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.40%
GREEN value IS 189 (74.22% from 255) = 31.40%
BLUE value IS 224 (87.89% from 255) = 37.21%
R=31.40%
G=31.40%
B=37.21%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1891892240.160.1600.1224036.0880.98
HexBDBDE010100Cf02451
Octal275275340202001436044121
Binary101111011011110111100000100001000001100111100001001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBDE0; }

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

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

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

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

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

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

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

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