#BDB9E4

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

Shades of Lavender Grey #BDB9E4

Tints of Lavender Grey #BDB9E4

Color information

#BDB9E4 (or 0xBDB9E4) is unknown color: approx Lavender Grey. HEX triplet: BD, B9 and E4. RGB value is (189,185,228). Sum of RGB (Red+Green+Blue) = 189+185+228=602 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.40% from 602); Green value is 185 (72.66% from 255 or 30.73% from 602); Blue value is 228 (89.45% from 255 or 37.87% from 602); Max value from RGB is 228 - color contains mainly: blue. Hex color #BDB9E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB9E4 is #42461B. Grayscale: #BEBEBE. Windows color (decimal): -4343324 or 14989757. OLE color: 14989757.

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

Color convert

RGB189185228-
CMYK0.170.1900.11
HSL245.58º44.33%80.98%-
HSV(B)245.58º18.86%89.41%-
XYZ52.3451.1280.51-
YUV191.1148.83126.5-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.40%
GREEN value IS 185 (72.66% from 255) = 30.73%
BLUE value IS 228 (89.45% from 255) = 37.87%
R=31.40%
G=30.73%
B=37.87%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1891852280.170.1900.11245.5844.3380.98
HexBDB9E411130Bf62c51
Octal275271344212301336654121
Binary101111011011100111100100100011001101011111101101011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB9E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB9E4; }

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

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

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

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

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

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

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

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