#BEBED5

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

Shades of Lavender Grey #BEBED5

Tints of Lavender Grey #BEBED5

Color information

#BEBED5 (or 0xBEBED5) is unknown color: approx Lavender Grey. HEX triplet: BE, BE and D5. RGB value is (190,190,213). Sum of RGB (Red+Green+Blue) = 190+190+213=593 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.04% from 593); Green value is 190 (74.61% from 255 or 32.04% from 593); Blue value is 213 (83.59% from 255 or 35.92% from 593); Max value from RGB is 213 - color contains mainly: blue. Hex color #BEBED5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBED5 is #41412A. Grayscale: #C0C0C0. Windows color (decimal): -4276523 or 14007998. OLE color: 14007998.

HSL color Cylindrical-coordinate representation of color #BEBED5: hue angle of 240º degrees, saturation: 0.21, 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 #BEBED5 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB190190213-
CMYK0.110.1100.16
HSL240º21.5%79.02%-
HSV(B)240º10.8%83.53%-
XYZ51.6652.5870.38-
YUV192.62139.5126.13-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.04%
GREEN value IS 190 (74.61% from 255) = 32.04%
BLUE value IS 213 (83.59% from 255) = 35.92%
R=32.04%
G=32.04%
B=35.92%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1901902130.110.1100.1624021.579.02
HexBEBED5BB010f0154f
Octal276276325131302036025117
Binary1011111010111110110101011011101101000011110000101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBED5; }

 p { color: rgb(190,190,213); }

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

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

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

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

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

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

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