#BEBEEE

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

Shades of Lavender Grey #BEBEEE

Tints of Lavender Grey #BEBEEE

Color information

#BEBEEE (or 0xBEBEEE) is unknown color: approx Lavender Grey. HEX triplet: BE, BE and EE. RGB value is (190,190,238). Sum of RGB (Red+Green+Blue) = 190+190+238=618 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.74% from 618); Green value is 190 (74.61% from 255 or 30.74% from 618); Blue value is 238 (93.36% from 255 or 38.51% from 618); Max value from RGB is 238 - color contains mainly: blue. Hex color #BEBEEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEBEEE is #414111. Grayscale: #C3C3C3. Windows color (decimal): -4276498 or 15646398. OLE color: 15646398.

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

Color convert

RGB190190238-
CMYK0.200.2000.07
HSL240º58.54%83.92%-
HSV(B)240º20.17%93.33%-
XYZ55.0853.9588.4-
YUV195.47152124.1-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.74%
GREEN value IS 190 (74.61% from 255) = 30.74%
BLUE value IS 238 (93.36% from 255) = 38.51%
R=30.74%
G=30.74%
B=38.51%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1901902380.200.2000.0724058.5483.92
HexBEBEEE141407f03b54
Octal27627635624240736073124
Binary10111110101111101110111010100101000111111100001110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBEEE; }

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

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

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

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

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

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

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

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