#BEC0D7

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

Shades of Lavender Grey #BEC0D7

Tints of Lavender Grey #BEC0D7

Color information

#BEC0D7 (or 0xBEC0D7) is unknown color: approx Lavender Grey. HEX triplet: BE, C0 and D7. RGB value is (190,192,215). Sum of RGB (Red+Green+Blue) = 190+192+215=597 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.83% from 597); Green value is 192 (75.39% from 255 or 32.16% from 597); Blue value is 215 (84.38% from 255 or 36.01% from 597); Max value from RGB is 215 - color contains mainly: blue. Hex color #BEC0D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC0D7 is #413F28. Grayscale: #C1C1C1. Windows color (decimal): -4276009 or 14139582. OLE color: 14139582.

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

Color convert

RGB190192215-
CMYK0.120.1100.16
HSL235.2º23.81%79.41%-
HSV(B)235.2º11.63%84.31%-
XYZ52.3553.5571.87-
YUV194.02139.84125.13-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.83%
GREEN value IS 192 (75.39% from 255) = 32.16%
BLUE value IS 215 (84.38% from 255) = 36.01%
R=31.83%
G=32.16%
B=36.01%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1901922150.120.1100.16235.223.8179.41
HexBEC0D7CB010eb184f
Octal276300327141302035330117
Binary1011111011000000110101111100101101000011101011110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC0D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC0D7; }

 p { color: rgb(190,192,215); }

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

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

 a { background-color: rgb(190,192,215); }

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

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

 span { border-color: rgb(190,192,215); }

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