#BEBEE8

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

Shades of Lavender Grey #BEBEE8

Tints of Lavender Grey #BEBEE8

Color information

#BEBEE8 (or 0xBEBEE8) is unknown color: approx Lavender Grey. HEX triplet: BE, BE and E8. RGB value is (190,190,232). Sum of RGB (Red+Green+Blue) = 190+190+232=612 (81% of max value = 765). Red value is 190 (74.61% from 255 or 31.05% from 612); Green value is 190 (74.61% from 255 or 31.05% from 612); Blue value is 232 (91.02% from 255 or 37.91% from 612); Max value from RGB is 232 - color contains mainly: blue. Hex color #BEBEE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEBEE8 is #414117. Grayscale: #C2C2C2. Windows color (decimal): -4276504 or 15253182. OLE color: 15253182.

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

Color convert

RGB190190232-
CMYK0.180.1800.09
HSL240º47.73%82.75%-
HSV(B)240º18.1%90.98%-
XYZ54.2153.683.83-
YUV194.79149124.58-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.05%
GREEN value IS 190 (74.61% from 255) = 31.05%
BLUE value IS 232 (91.02% from 255) = 37.91%
R=31.05%
G=31.05%
B=37.91%

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
Decimal1901902320.180.1800.0924047.7382.75
HexBEBEE8121209f03053
Octal276276350222201136060123
Binary101111101011111011101000100101001001001111100001100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBEE8; }

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

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

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

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

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

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

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

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