#BEBBE1

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

Shades of Lavender Grey #BEBBE1

Tints of Lavender Grey #BEBBE1

Color information

#BEBBE1 (or 0xBEBBE1) is unknown color: approx Lavender Grey. HEX triplet: BE, BB and E1. RGB value is (190,187,225). Sum of RGB (Red+Green+Blue) = 190+187+225=602 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.56% from 602); Green value is 187 (73.44% from 255 or 31.06% from 602); Blue value is 225 (88.28% from 255 or 37.38% from 602); Max value from RGB is 225 - color contains mainly: blue. Hex color #BEBBE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBBE1 is #41441E. Grayscale: #C0C0C0. Windows color (decimal): -4277279 or 14793662. OLE color: 14793662.

HSL color Cylindrical-coordinate representation of color #BEBBE1: hue angle of 244.74º degrees, saturation: 0.39, 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 #BEBBE1 is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB190187225-
CMYK0.160.1700.12
HSL244.74º38.78%80.78%-
HSV(B)244.74º16.89%88.24%-
XYZ52.651.9278.48-
YUV192.23146.49126.41-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.56%
GREEN value IS 187 (73.44% from 255) = 31.06%
BLUE value IS 225 (88.28% from 255) = 37.38%
R=31.56%
G=31.06%
B=37.38%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1901872250.160.1700.12244.7438.7880.78
HexBEBBE110110Cf52751
Octal276273341202101436547121
Binary101111101011101111100001100001000101100111101011001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBBE1; }

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

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

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

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

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

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

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

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