#BEC0ED

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

Shades of Lavender Grey #BEC0ED

Tints of Lavender Grey #BEC0ED

Color information

#BEC0ED (or 0xBEC0ED) is unknown color: approx Lavender Grey. HEX triplet: BE, C0 and ED. RGB value is (190,192,237). Sum of RGB (Red+Green+Blue) = 190+192+237=619 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.69% from 619); Green value is 192 (75.39% from 255 or 31.02% from 619); Blue value is 237 (92.97% from 255 or 38.29% from 619); Max value from RGB is 237 - color contains mainly: blue. Hex color #BEC0ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC0ED is #413F12. Grayscale: #C4C4C4. Windows color (decimal): -4275987 or 15581374. OLE color: 15581374.

HSL color Cylindrical-coordinate representation of color #BEC0ED: hue angle of 237.45º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BEC0ED is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB190192237-
CMYK0.200.1900.07
HSL237.45º56.63%83.73%-
HSV(B)237.45º19.83%92.94%-
XYZ55.3754.7687.77-
YUV196.53150.84123.34-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.69%
GREEN value IS 192 (75.39% from 255) = 31.02%
BLUE value IS 237 (92.97% from 255) = 38.29%
R=30.69%
G=31.02%
B=38.29%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1901922370.200.1900.07237.4556.6383.73
HexBEC0ED141307ed3954
Octal27630035524230735571124
Binary10111110110000001110110110100100110111111011011110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC0ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC0ED; }

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

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

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

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

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

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

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

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