#BEBBE7

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

Shades of Lavender Grey #BEBBE7

Tints of Lavender Grey #BEBBE7

Color information

#BEBBE7 (or 0xBEBBE7) is unknown color: approx Lavender Grey. HEX triplet: BE, BB and E7. RGB value is (190,187,231). Sum of RGB (Red+Green+Blue) = 190+187+231=608 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.25% from 608); Green value is 187 (73.44% from 255 or 30.76% from 608); Blue value is 231 (90.62% from 255 or 37.99% from 608); Max value from RGB is 231 - color contains mainly: blue. Hex color #BEBBE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEBBE7 is #414418. Grayscale: #C0C0C0. Windows color (decimal): -4277273 or 15186878. OLE color: 15186878.

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

Color convert

RGB190187231-
CMYK0.180.1900.09
HSL244.09º47.83%81.96%-
HSV(B)244.09º19.05%90.59%-
XYZ53.4352.2682.87-
YUV192.91149.49125.92-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.25%
GREEN value IS 187 (73.44% from 255) = 30.76%
BLUE value IS 231 (90.62% from 255) = 37.99%
R=31.25%
G=30.76%
B=37.99%

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
Decimal1901872310.180.1900.09244.0947.8381.96
HexBEBBE7121309f43052
Octal276273347222301136460122
Binary101111101011101111100111100101001101001111101001100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBBE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBBE7; }

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

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

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

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

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

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

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

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