#BEBBE0

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

Shades of Lavender Grey #BEBBE0

Tints of Lavender Grey #BEBBE0

Color information

#BEBBE0 (or 0xBEBBE0) is unknown color: approx Lavender Grey. HEX triplet: BE, BB and E0. RGB value is (190,187,224). Sum of RGB (Red+Green+Blue) = 190+187+224=601 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.61% from 601); Green value is 187 (73.44% from 255 or 31.11% from 601); Blue value is 224 (87.89% from 255 or 37.27% from 601); Max value from RGB is 224 - color contains mainly: blue. Hex color #BEBBE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBBE0 is #41441F. Grayscale: #BFBFBF. Windows color (decimal): -4277280 or 14728126. OLE color: 14728126.

HSL color Cylindrical-coordinate representation of color #BEBBE0: hue angle of 244.86º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BEBBE0 is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB190187224-
CMYK0.150.1700.12
HSL244.86º37.37%80.59%-
HSV(B)244.86º16.52%87.84%-
XYZ52.4651.8777.77-
YUV192.11145.99126.49-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.61%
GREEN value IS 187 (73.44% from 255) = 31.11%
BLUE value IS 224 (87.89% from 255) = 37.27%
R=31.61%
G=31.11%
B=37.27%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1901872240.150.1700.12244.8637.3780.59
HexBEBBE0F110Cf52551
Octal276273340172101436545121
Binary10111110101110111110000011111000101100111101011001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBBE0; }

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

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

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

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

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

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

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

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