#BEBBEC

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

Shades of Lavender Grey #BEBBEC

Tints of Lavender Grey #BEBBEC

Color information

#BEBBEC (or 0xBEBBEC) is unknown color: approx Lavender Grey. HEX triplet: BE, BB and EC. RGB value is (190,187,236). Sum of RGB (Red+Green+Blue) = 190+187+236=613 (81% of max value = 765). Red value is 190 (74.61% from 255 or 31.00% from 613); Green value is 187 (73.44% from 255 or 30.51% from 613); Blue value is 236 (92.58% from 255 or 38.50% from 613); Max value from RGB is 236 - color contains mainly: blue. Hex color #BEBBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEBBEC is #414413. Grayscale: #C1C1C1. Windows color (decimal): -4277268 or 15514558. OLE color: 15514558.

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

Color convert

RGB190187236-
CMYK0.190.2100.07
HSL243.67º56.32%82.94%-
HSV(B)243.67º20.76%92.55%-
XYZ54.1552.5486.65-
YUV193.48151.99125.52-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.00%
GREEN value IS 187 (73.44% from 255) = 30.51%
BLUE value IS 236 (92.58% from 255) = 38.50%
R=31.00%
G=30.51%
B=38.50%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1901872360.190.2100.07243.6756.3282.94
HexBEBBEC131507f43853
Octal27627335423250736470123
Binary10111110101110111110110010011101010111111101001110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBBEC; }

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

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

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

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

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

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

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

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