#BDB7E6

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

Shades of Lavender Grey #BDB7E6

Tints of Lavender Grey #BDB7E6

Color information

#BDB7E6 (or 0xBDB7E6) is unknown color: approx Lavender Grey. HEX triplet: BD, B7 and E6. RGB value is (189,183,230). Sum of RGB (Red+Green+Blue) = 189+183+230=602 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.40% from 602); Green value is 183 (71.88% from 255 or 30.40% from 602); Blue value is 230 (90.23% from 255 or 38.21% from 602); Max value from RGB is 230 - color contains mainly: blue. Hex color #BDB7E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB7E6 is #424819. Grayscale: #BDBDBD. Windows color (decimal): -4343834 or 15120317. OLE color: 15120317.

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

Color convert

RGB189183230-
CMYK0.180.2000.10
HSL247.66º48.45%80.98%-
HSV(B)247.66º20.43%90.2%-
XYZ52.250.481.84-
YUV190.15150.49127.18-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.40%
GREEN value IS 183 (71.88% from 255) = 30.40%
BLUE value IS 230 (90.23% from 255) = 38.21%
R=31.40%
G=30.40%
B=38.21%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1891832300.180.2000.10247.6648.4580.98
HexBDB7E612140Af83051
Octal275267346222401237060121
Binary101111011011011111100110100101010001010111110001100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB7E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB7E6; }

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

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

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

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

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

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

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

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