#BEBAF0

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

Shades of Lavender Grey #BEBAF0

Tints of Lavender Grey #BEBAF0

Color information

#BEBAF0 (or 0xBEBAF0) is unknown color: approx Lavender Grey. HEX triplet: BE, BA and F0. RGB value is (190,186,240). Sum of RGB (Red+Green+Blue) = 190+186+240=616 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.84% from 616); Green value is 186 (73.05% from 255 or 30.19% from 616); Blue value is 240 (94.14% from 255 or 38.96% from 616); Max value from RGB is 240 - color contains mainly: blue. Hex color #BEBAF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEBAF0 is #41450F. Grayscale: #C1C1C1. Windows color (decimal): -4277520 or 15776446. OLE color: 15776446.

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

Color convert

RGB190186240-
CMYK0.210.2200.06
HSL244.44º64.29%83.53%-
HSV(B)244.44º22.5%94.12%-
XYZ54.5252.3689.67-
YUV193.35154.33125.61-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.84%
GREEN value IS 186 (73.05% from 255) = 30.19%
BLUE value IS 240 (94.14% from 255) = 38.96%
R=30.84%
G=30.19%
B=38.96%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1901862400.210.2200.06244.4464.2983.53
HexBEBAF0151606f44054
Octal276272360252606364100124
Binary101111101011101011110000101011011001101111010010000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBAF0; }

 p { color: rgb(190,186,240); }

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

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

 a { background-color: rgb(190,186,240); }

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

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

 span { border-color: rgb(190,186,240); }

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