#BEBFE8

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

Shades of Lavender Grey #BEBFE8

Tints of Lavender Grey #BEBFE8

Color information

#BEBFE8 (or 0xBEBFE8) is unknown color: approx Lavender Grey. HEX triplet: BE, BF and E8. RGB value is (190,191,232). Sum of RGB (Red+Green+Blue) = 190+191+232=613 (81% of max value = 765). Red value is 190 (74.61% from 255 or 31.00% from 613); Green value is 191 (75% from 255 or 31.16% from 613); Blue value is 232 (91.02% from 255 or 37.85% from 613); Max value from RGB is 232 - color contains mainly: blue. Hex color #BEBFE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEBFE8 is #414017. Grayscale: #C3C3C3. Windows color (decimal): -4276248 or 15253438. OLE color: 15253438.

HSL color Cylindrical-coordinate representation of color #BEBFE8: hue angle of 238.57º degrees, saturation: 0.48, 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 #BEBFE8 is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB190191232-
CMYK0.180.1800.09
HSL238.57º47.73%82.75%-
HSV(B)238.57º18.1%90.98%-
XYZ54.4354.0383.9-
YUV195.38148.67124.17-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.00%
GREEN value IS 191 (75% from 255) = 31.16%
BLUE value IS 232 (91.02% from 255) = 37.85%
R=31.00%
G=31.16%
B=37.85%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1901912320.180.1800.09238.5747.7382.75
HexBEBFE8121209ef3053
Octal276277350222201135760123
Binary101111101011111111101000100101001001001111011111100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBFE8; }

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

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

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

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

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

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

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

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