#BEBBF1

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

Shades of Lavender Grey #BEBBF1

Tints of Lavender Grey #BEBBF1

Color information

#BEBBF1 (or 0xBEBBF1) is unknown color: approx Lavender Grey. HEX triplet: BE, BB and F1. RGB value is (190,187,241). Sum of RGB (Red+Green+Blue) = 190+187+241=618 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.74% from 618); Green value is 187 (73.44% from 255 or 30.26% from 618); Blue value is 241 (94.53% from 255 or 39.00% from 618); Max value from RGB is 241 - color contains mainly: blue. Hex color #BEBBF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEBBF1 is #41440E. Grayscale: #C1C1C1. Windows color (decimal): -4277263 or 15842238. OLE color: 15842238.

HSL color Cylindrical-coordinate representation of color #BEBBF1: hue angle of 243.33º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BEBBF1 is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB190187241-
CMYK0.210.2200.05
HSL243.33º65.85%83.92%-
HSV(B)243.33º22.41%94.51%-
XYZ54.8852.8490.53-
YUV194.05154.49125.11-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.74%
GREEN value IS 187 (73.44% from 255) = 30.26%
BLUE value IS 241 (94.53% from 255) = 39.00%
R=30.74%
G=30.26%
B=39.00%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1901872410.210.2200.05243.3365.8583.92
HexBEBBF1151605f34254
Octal276273361252605363102124
Binary101111101011101111110001101011011001011111001110000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBBF1; }

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

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

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

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

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

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

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

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