#BDBDE9

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

Shades of Lavender Grey #BDBDE9

Tints of Lavender Grey #BDBDE9

Color information

#BDBDE9 (or 0xBDBDE9) is unknown color: approx Lavender Grey. HEX triplet: BD, BD and E9. RGB value is (189,189,233). Sum of RGB (Red+Green+Blue) = 189+189+233=611 (80% of max value = 765). Red value is 189 (74.22% from 255 or 30.93% from 611); Green value is 189 (74.22% from 255 or 30.93% from 611); Blue value is 233 (91.41% from 255 or 38.13% from 611); Max value from RGB is 233 - color contains mainly: blue. Hex color #BDBDE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBDE9 is #424216. Grayscale: #C1C1C1. Windows color (decimal): -4342295 or 15318461. OLE color: 15318461.

HSL color Cylindrical-coordinate representation of color #BDBDE9: hue angle of 240º degrees, saturation: 0.5, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDBDE9 is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB189189233-
CMYK0.190.1900.09
HSL240º50%82.75%-
HSV(B)240º18.88%91.37%-
XYZ53.8953.184.5-
YUV194.02150124.42-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.93%
GREEN value IS 189 (74.22% from 255) = 30.93%
BLUE value IS 233 (91.41% from 255) = 38.13%
R=30.93%
G=30.93%
B=38.13%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1891892330.190.1900.092405082.75
HexBDBDE9131309f03253
Octal275275351232301136062123
Binary101111011011110111101001100111001101001111100001100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBDE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBDE9; }

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

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

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

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

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

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

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

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