#BEBEEB

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

Shades of Lavender Grey #BEBEEB

Tints of Lavender Grey #BEBEEB

Color information

#BEBEEB (or 0xBEBEEB) is unknown color: approx Lavender Grey. HEX triplet: BE, BE and EB. RGB value is (190,190,235). Sum of RGB (Red+Green+Blue) = 190+190+235=615 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.89% from 615); Green value is 190 (74.61% from 255 or 30.89% from 615); Blue value is 235 (92.19% from 255 or 38.21% from 615); Max value from RGB is 235 - color contains mainly: blue. Hex color #BEBEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEBEEB is #414114. Grayscale: #C2C2C2. Windows color (decimal): -4276501 or 15449790. OLE color: 15449790.

HSL color Cylindrical-coordinate representation of color #BEBEEB: hue angle of 240º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEBEEB is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB190190235-
CMYK0.190.1900.08
HSL240º52.94%83.33%-
HSV(B)240º19.15%92.16%-
XYZ54.6453.7786.1-
YUV195.13150.5124.34-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.89%
GREEN value IS 190 (74.61% from 255) = 30.89%
BLUE value IS 235 (92.19% from 255) = 38.21%
R=30.89%
G=30.89%
B=38.21%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1901902350.190.1900.0824052.9483.33
HexBEBEEB131308f03553
Octal276276353232301036065123
Binary101111101011111011101011100111001101000111100001101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBEEB; }

 p { color: rgb(190,190,235); }

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

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

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

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

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

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

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