#BDBDE6

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

Shades of Lavender Grey #BDBDE6

Tints of Lavender Grey #BDBDE6

Color information

#BDBDE6 (or 0xBDBDE6) is unknown color: approx Lavender Grey. HEX triplet: BD, BD and E6. RGB value is (189,189,230). Sum of RGB (Red+Green+Blue) = 189+189+230=608 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.09% from 608); Green value is 189 (74.22% from 255 or 31.09% from 608); Blue value is 230 (90.23% from 255 or 37.83% from 608); Max value from RGB is 230 - color contains mainly: blue. Hex color #BDBDE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBDE6 is #424219. Grayscale: #C1C1C1. Windows color (decimal): -4342298 or 15121853. OLE color: 15121853.

HSL color Cylindrical-coordinate representation of color #BDBDE6: hue angle of 240º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDBDE6 is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB189189230-
CMYK0.180.1800.10
HSL240º45.05%82.16%-
HSV(B)240º17.83%90.2%-
XYZ53.4752.9382.26-
YUV193.67148.5124.67-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.09%
GREEN value IS 189 (74.22% from 255) = 31.09%
BLUE value IS 230 (90.23% from 255) = 37.83%
R=31.09%
G=31.09%
B=37.83%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1891892300.180.1800.1024045.0582.16
HexBDBDE612120Af02d52
Octal275275346222201236055122
Binary101111011011110111100110100101001001010111100001011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBDE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBDE6; }

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

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

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

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

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

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

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

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