#BDBDE4

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

Shades of Lavender Grey #BDBDE4

Tints of Lavender Grey #BDBDE4

Color information

#BDBDE4 (or 0xBDBDE4) is unknown color: approx Lavender Grey. HEX triplet: BD, BD and E4. RGB value is (189,189,228). Sum of RGB (Red+Green+Blue) = 189+189+228=606 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.19% from 606); Green value is 189 (74.22% from 255 or 31.19% from 606); Blue value is 228 (89.45% from 255 or 37.62% from 606); Max value from RGB is 228 - color contains mainly: blue. Hex color #BDBDE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBDE4 is #42421B. Grayscale: #C1C1C1. Windows color (decimal): -4342300 or 14990781. OLE color: 14990781.

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

Color convert

RGB189189228-
CMYK0.170.1700.11
HSL240º41.94%81.76%-
HSV(B)240º17.11%89.41%-
XYZ53.1952.8280.79-
YUV193.45147.5124.83-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.19%
GREEN value IS 189 (74.22% from 255) = 31.19%
BLUE value IS 228 (89.45% from 255) = 37.62%
R=31.19%
G=31.19%
B=37.62%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1891892280.170.1700.1124041.9481.76
HexBDBDE411110Bf02a52
Octal275275344212101336052122
Binary101111011011110111100100100011000101011111100001010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBDE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBDE4; }

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

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

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

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

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

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

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

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