#BEBDEC

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

Shades of Lavender Grey #BEBDEC

Tints of Lavender Grey #BEBDEC

Color information

#BEBDEC (or 0xBEBDEC) is unknown color: approx Lavender Grey. HEX triplet: BE, BD and EC. RGB value is (190,189,236). Sum of RGB (Red+Green+Blue) = 190+189+236=615 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.89% from 615); Green value is 189 (74.22% from 255 or 30.73% from 615); Blue value is 236 (92.58% from 255 or 38.37% from 615); Max value from RGB is 236 - color contains mainly: blue. Hex color #BEBDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEBDEC is #414213. Grayscale: #C2C2C2. Windows color (decimal): -4276756 or 15515070. OLE color: 15515070.

HSL color Cylindrical-coordinate representation of color #BEBDEC: hue angle of 241.28º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BEBDEC is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB190189236-
CMYK0.190.2000.07
HSL241.28º55.29%83.33%-
HSV(B)241.28º19.92%92.55%-
XYZ54.5753.486.79-
YUV194.66151.33124.68-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.89%
GREEN value IS 189 (74.22% from 255) = 30.73%
BLUE value IS 236 (92.58% from 255) = 38.37%
R=30.89%
G=30.73%
B=38.37%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1901892360.190.2000.07241.2855.2983.33
HexBEBDEC131407f13753
Octal27627535423240736167123
Binary10111110101111011110110010011101000111111100011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBDEC; }

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

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

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

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

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

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

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

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