#BEBADE

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

Shades of Lavender Grey #BEBADE

Tints of Lavender Grey #BEBADE

Color information

#BEBADE (or 0xBEBADE) is unknown color: approx Lavender Grey. HEX triplet: BE, BA and DE. RGB value is (190,186,222). Sum of RGB (Red+Green+Blue) = 190+186+222=598 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.77% from 598); Green value is 186 (73.05% from 255 or 31.10% from 598); Blue value is 222 (87.11% from 255 or 37.12% from 598); Max value from RGB is 222 - color contains mainly: blue. Hex color #BEBADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBADE is #414521. Grayscale: #BFBFBF. Windows color (decimal): -4277538 or 14596798. OLE color: 14596798.

HSL color Cylindrical-coordinate representation of color #BEBADE: hue angle of 246.67º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BEBADE is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB190186222-
CMYK0.140.1600.13
HSL246.67º35.29%80%-
HSV(B)246.67º16.22%87.06%-
XYZ51.9851.3476.28-
YUV191.3145.33127.07-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.77%
GREEN value IS 186 (73.05% from 255) = 31.10%
BLUE value IS 222 (87.11% from 255) = 37.12%
R=31.77%
G=31.10%
B=37.12%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1901862220.140.1600.13246.6735.2980
HexBEBADEE100Df72350
Octal276272336162001536743120
Binary10111110101110101101111011101000001101111101111000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBADE; }

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

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

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

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

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

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

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

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