#BEC1D2

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

Shades of Lavender Grey #BEC1D2

Tints of Lavender Grey #BEC1D2

Color information

#BEC1D2 (or 0xBEC1D2) is unknown color: approx Lavender Grey. HEX triplet: BE, C1 and D2. RGB value is (190,193,210). Sum of RGB (Red+Green+Blue) = 190+193+210=593 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.04% from 593); Green value is 193 (75.78% from 255 or 32.55% from 593); Blue value is 210 (82.42% from 255 or 35.41% from 593); Max value from RGB is 210 - color contains mainly: blue. Hex color #BEC1D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC1D2 is #413E2D. Grayscale: #C1C1C1. Windows color (decimal): -4275758 or 13812158. OLE color: 13812158.

HSL color Cylindrical-coordinate representation of color #BEC1D2: hue angle of 231º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BEC1D2 is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB190193210-
CMYK0.100.0800.18
HSL231º18.18%78.43%-
HSV(B)231º9.52%82.35%-
XYZ51.9453.7468.61-
YUV194.04137.01125.12-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.04%
GREEN value IS 193 (75.78% from 255) = 32.55%
BLUE value IS 210 (82.42% from 255) = 35.41%
R=32.04%
G=32.55%
B=35.41%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1901932100.100.0800.1823118.1878.43
HexBEC1D2A8012e7124e
Octal276301322121002234722116
Binary1011111011000001110100101010100001001011100111100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC1D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC1D2; }

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

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

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

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

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

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

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

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