#BEBBE8

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

Shades of Lavender Grey #BEBBE8

Tints of Lavender Grey #BEBBE8

Color information

#BEBBE8 (or 0xBEBBE8) is unknown color: approx Lavender Grey. HEX triplet: BE, BB and E8. RGB value is (190,187,232). Sum of RGB (Red+Green+Blue) = 190+187+232=609 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.20% from 609); Green value is 187 (73.44% from 255 or 30.71% from 609); Blue value is 232 (91.02% from 255 or 38.10% from 609); Max value from RGB is 232 - color contains mainly: blue. Hex color #BEBBE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEBBE8 is #414417. Grayscale: #C0C0C0. Windows color (decimal): -4277272 or 15252414. OLE color: 15252414.

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

Color convert

RGB190187232-
CMYK0.180.1900.09
HSL244º49.45%82.16%-
HSV(B)244º19.4%90.98%-
XYZ53.5752.3183.62-
YUV193.03149.99125.84-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.20%
GREEN value IS 187 (73.44% from 255) = 30.71%
BLUE value IS 232 (91.02% from 255) = 38.10%
R=31.20%
G=30.71%
B=38.10%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1901872320.180.1900.0924449.4582.16
HexBEBBE8121309f43152
Octal276273350222301136461122
Binary101111101011101111101000100101001101001111101001100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBBE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBBE8; }

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

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

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

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

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

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

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

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