#BEBAEE

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

Shades of Lavender Grey #BEBAEE

Tints of Lavender Grey #BEBAEE

Color information

#BEBAEE (or 0xBEBAEE) is unknown color: approx Lavender Grey. HEX triplet: BE, BA and EE. RGB value is (190,186,238). Sum of RGB (Red+Green+Blue) = 190+186+238=614 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.94% from 614); Green value is 186 (73.05% from 255 or 30.29% from 614); Blue value is 238 (93.36% from 255 or 38.76% from 614); Max value from RGB is 238 - color contains mainly: blue. Hex color #BEBAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEBAEE is #414511. Grayscale: #C0C0C0. Windows color (decimal): -4277522 or 15645374. OLE color: 15645374.

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

Color convert

RGB190186238-
CMYK0.200.2200.07
HSL244.62º60.47%83.14%-
HSV(B)244.62º21.85%93.33%-
XYZ54.2352.2488.11-
YUV193.12153.33125.77-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.94%
GREEN value IS 186 (73.05% from 255) = 30.29%
BLUE value IS 238 (93.36% from 255) = 38.76%
R=30.94%
G=30.29%
B=38.76%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1901862380.200.2200.07244.6260.4783.14
HexBEBAEE141607f53c53
Octal27627235624260736574123
Binary10111110101110101110111010100101100111111101011111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBAEE; }

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

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

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

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

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

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

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

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