#BEBFE7

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

Shades of Lavender Grey #BEBFE7

Tints of Lavender Grey #BEBFE7

Color information

#BEBFE7 (or 0xBEBFE7) is unknown color: approx Lavender Grey. HEX triplet: BE, BF and E7. RGB value is (190,191,231). Sum of RGB (Red+Green+Blue) = 190+191+231=612 (81% of max value = 765). Red value is 190 (74.61% from 255 or 31.05% from 612); Green value is 191 (75% from 255 or 31.21% from 612); Blue value is 231 (90.62% from 255 or 37.75% from 612); Max value from RGB is 231 - color contains mainly: blue. Hex color #BEBFE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEBFE7 is #414018. Grayscale: #C3C3C3. Windows color (decimal): -4276249 or 15187902. OLE color: 15187902.

HSL color Cylindrical-coordinate representation of color #BEBFE7: hue angle of 238.54º degrees, saturation: 0.46, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BEBFE7 is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB190191231-
CMYK0.180.1700.09
HSL238.54º46.07%82.55%-
HSV(B)238.54º17.75%90.59%-
XYZ54.2953.9883.16-
YUV195.26148.17124.25-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.05%
GREEN value IS 191 (75% from 255) = 31.21%
BLUE value IS 231 (90.62% from 255) = 37.75%
R=31.05%
G=31.21%
B=37.75%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1901912310.180.1700.09238.5446.0782.55
HexBEBFE7121109ef2e53
Octal276277347222101135756123
Binary101111101011111111100111100101000101001111011111011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBFE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBFE7; }

 p { color: rgb(190,191,231); }

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

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

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

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

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

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

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