#BEC0DD

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

Shades of Lavender Grey #BEC0DD

Tints of Lavender Grey #BEC0DD

Color information

#BEC0DD (or 0xBEC0DD) is unknown color: approx Lavender Grey. HEX triplet: BE, C0 and DD. RGB value is (190,192,221). Sum of RGB (Red+Green+Blue) = 190+192+221=603 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.51% from 603); Green value is 192 (75.39% from 255 or 31.84% from 603); Blue value is 221 (86.72% from 255 or 36.65% from 603); Max value from RGB is 221 - color contains mainly: blue. Hex color #BEC0DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC0DD is #413F22. Grayscale: #C2C2C2. Windows color (decimal): -4276003 or 14532798. OLE color: 14532798.

HSL color Cylindrical-coordinate representation of color #BEC0DD: hue angle of 236.13º 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 #BEC0DD is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB190192221-
CMYK0.140.1300.13
HSL236.13º31.31%80.59%-
HSV(B)236.13º14.03%86.67%-
XYZ53.1453.8776-
YUV194.71142.84124.64-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.51%
GREEN value IS 192 (75.39% from 255) = 31.84%
BLUE value IS 221 (86.72% from 255) = 36.65%
R=31.51%
G=31.84%
B=36.65%

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
Decimal1901922210.140.1300.13236.1331.3180.59
HexBEC0DDED0Dec1f51
Octal276300335161501535437121
Binary101111101100000011011101111011010110111101100111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC0DD; }

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

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

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

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

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

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

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

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