#BEC1D6

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

Shades of Lavender Grey #BEC1D6

Tints of Lavender Grey #BEC1D6

Color information

#BEC1D6 (or 0xBEC1D6) is unknown color: approx Lavender Grey. HEX triplet: BE, C1 and D6. RGB value is (190,193,214). Sum of RGB (Red+Green+Blue) = 190+193+214=597 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.83% from 597); Green value is 193 (75.78% from 255 or 32.33% from 597); Blue value is 214 (83.98% from 255 or 35.85% from 597); Max value from RGB is 214 - color contains mainly: blue. Hex color #BEC1D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC1D6 is #413E29. Grayscale: #C2C2C2. Windows color (decimal): -4275754 or 14074302. OLE color: 14074302.

HSL color Cylindrical-coordinate representation of color #BEC1D6: hue angle of 232.5º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BEC1D6 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB190193214-
CMYK0.110.1000.16
HSL232.5º22.64%79.22%-
HSV(B)232.5º11.21%83.92%-
XYZ52.4453.9471.27-
YUV194.5139.01124.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.83%
GREEN value IS 193 (75.78% from 255) = 32.33%
BLUE value IS 214 (83.98% from 255) = 35.85%
R=31.83%
G=32.33%
B=35.85%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1901932140.110.1000.16232.522.6479.22
HexBEC1D6BA010e8174f
Octal276301326131202035027117
Binary1011111011000001110101101011101001000011101000101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC1D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC1D6; }

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

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

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

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

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

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

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

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