#BEC1DD

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

Shades of Lavender Grey #BEC1DD

Tints of Lavender Grey #BEC1DD

Color information

#BEC1DD (or 0xBEC1DD) is unknown color: approx Lavender Grey. HEX triplet: BE, C1 and DD. RGB value is (190,193,221). Sum of RGB (Red+Green+Blue) = 190+193+221=604 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.46% from 604); Green value is 193 (75.78% from 255 or 31.95% from 604); Blue value is 221 (86.72% from 255 or 36.59% from 604); Max value from RGB is 221 - color contains mainly: blue. Hex color #BEC1DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC1DD is #413E22. Grayscale: #C3C3C3. Windows color (decimal): -4275747 or 14533054. OLE color: 14533054.

HSL color Cylindrical-coordinate representation of color #BEC1DD: hue angle of 234.19º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BEC1DD is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB190193221-
CMYK0.140.1300.13
HSL234.19º31.31%80.59%-
HSV(B)234.19º14.03%86.67%-
XYZ53.3654.3176.08-
YUV195.3142.51124.22-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.46%
GREEN value IS 193 (75.78% from 255) = 31.95%
BLUE value IS 221 (86.72% from 255) = 36.59%
R=31.46%
G=31.95%
B=36.59%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1901932210.140.1300.13234.1931.3180.59
HexBEC1DDED0Dea1f51
Octal276301335161501535237121
Binary101111101100000111011101111011010110111101010111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC1DD; }

 p { color: rgb(190,193,221); }

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

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

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

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

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

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

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