#BEBCEB

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

Shades of Lavender Grey #BEBCEB

Tints of Lavender Grey #BEBCEB

Color information

#BEBCEB (or 0xBEBCEB) is unknown color: approx Lavender Grey. HEX triplet: BE, BC and EB. RGB value is (190,188,235). Sum of RGB (Red+Green+Blue) = 190+188+235=613 (81% of max value = 765). Red value is 190 (74.61% from 255 or 31.00% from 613); Green value is 188 (73.83% from 255 or 30.67% from 613); Blue value is 235 (92.19% from 255 or 38.34% from 613); Max value from RGB is 235 - color contains mainly: blue. Hex color #BEBCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEBCEB is #414314. Grayscale: #C1C1C1. Windows color (decimal): -4277013 or 15449278. OLE color: 15449278.

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

Color convert

RGB190188235-
CMYK0.190.200.08
HSL242.55º54.02%82.94%-
HSV(B)242.55º20%92.16%-
XYZ54.2152.9185.95-
YUV193.96151.16125.18-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.00%
GREEN value IS 188 (73.83% from 255) = 30.67%
BLUE value IS 235 (92.19% from 255) = 38.34%
R=31.00%
G=30.67%
B=38.34%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1901882350.190.200.08242.5554.0282.94
HexBEBCEB131408f33653
Octal276274353232401036366123
Binary101111101011110011101011100111010001000111100111101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBCEB; }

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

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

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

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

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

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

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

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