#BEBDDF

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

Shades of Lavender Grey #BEBDDF

Tints of Lavender Grey #BEBDDF

Color information

#BEBDDF (or 0xBEBDDF) is unknown color: approx Lavender Grey. HEX triplet: BE, BD and DF. RGB value is (190,189,223). Sum of RGB (Red+Green+Blue) = 190+189+223=602 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.56% from 602); Green value is 189 (74.22% from 255 or 31.40% from 602); Blue value is 223 (87.5% from 255 or 37.04% from 602); Max value from RGB is 223 - color contains mainly: blue. Hex color #BEBDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBDDF is #414220. Grayscale: #C1C1C1. Windows color (decimal): -4276769 or 14663102. OLE color: 14663102.

HSL color Cylindrical-coordinate representation of color #BEBDDF: hue angle of 241.76º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BEBDDF is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB190189223-
CMYK0.150.1500.13
HSL241.76º34.69%80.78%-
HSV(B)241.76º15.25%87.45%-
XYZ52.7552.6777.2-
YUV193.18144.83125.74-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.56%
GREEN value IS 189 (74.22% from 255) = 31.40%
BLUE value IS 223 (87.5% from 255) = 37.04%
R=31.56%
G=31.40%
B=37.04%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1901892230.150.1500.13241.7634.6980.78
HexBEBDDFFF0Df22351
Octal276275337171701536243121
Binary1011111010111101110111111111111101101111100101000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBDDF; }

 p { color: rgb(190,189,223); }

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

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

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

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

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

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

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