#BEC1DC

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

Shades of Lavender Grey #BEC1DC

Tints of Lavender Grey #BEC1DC

Color information

#BEC1DC (or 0xBEC1DC) is unknown color: approx Lavender Grey. HEX triplet: BE, C1 and DC. RGB value is (190,193,220). Sum of RGB (Red+Green+Blue) = 190+193+220=603 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.51% from 603); Green value is 193 (75.78% from 255 or 32.01% from 603); Blue value is 220 (86.33% from 255 or 36.48% from 603); Max value from RGB is 220 - color contains mainly: blue. Hex color #BEC1DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC1DC is #413E23. Grayscale: #C3C3C3. Windows color (decimal): -4275748 or 14467518. OLE color: 14467518.

HSL color Cylindrical-coordinate representation of color #BEC1DC: hue angle of 234º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BEC1DC is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB190193220-
CMYK0.140.1200.14
HSL234º30%80.39%-
HSV(B)234º13.64%86.27%-
XYZ53.2254.2575.38-
YUV195.18142.01124.3-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.51%
GREEN value IS 193 (75.78% from 255) = 32.01%
BLUE value IS 220 (86.33% from 255) = 36.48%
R=31.51%
G=32.01%
B=36.48%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1901932200.140.1200.142343080.39
HexBEC1DCEC0Eea1e50
Octal276301334161401635236120
Binary101111101100000111011100111011000111011101010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC1DC; }

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

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

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

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

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

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

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

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