#BEBED7

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

Shades of Lavender Grey #BEBED7

Tints of Lavender Grey #BEBED7

Color information

#BEBED7 (or 0xBEBED7) is unknown color: approx Lavender Grey. HEX triplet: BE, BE and D7. RGB value is (190,190,215). Sum of RGB (Red+Green+Blue) = 190+190+215=595 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.93% from 595); Green value is 190 (74.61% from 255 or 31.93% from 595); Blue value is 215 (84.38% from 255 or 36.13% from 595); Max value from RGB is 215 - color contains mainly: blue. Hex color #BEBED7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBED7 is #414128. Grayscale: #C0C0C0. Windows color (decimal): -4276521 or 14139070. OLE color: 14139070.

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

Color convert

RGB190190215-
CMYK0.120.1200.16
HSL240º23.81%79.41%-
HSV(B)240º11.63%84.31%-
XYZ51.9152.6871.72-
YUV192.85140.5125.97-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.93%
GREEN value IS 190 (74.61% from 255) = 31.93%
BLUE value IS 215 (84.38% from 255) = 36.13%
R=31.93%
G=31.93%
B=36.13%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1901902150.120.1200.1624023.8179.41
HexBEBED7CC010f0184f
Octal276276327141402036030117
Binary1011111010111110110101111100110001000011110000110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBED7; }

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

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

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

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

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

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

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

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