#BEBADD

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

Shades of Lavender Grey #BEBADD

Tints of Lavender Grey #BEBADD

Color information

#BEBADD (or 0xBEBADD) is unknown color: approx Lavender Grey. HEX triplet: BE, BA and DD. RGB value is (190,186,221). Sum of RGB (Red+Green+Blue) = 190+186+221=597 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.83% from 597); Green value is 186 (73.05% from 255 or 31.16% from 597); Blue value is 221 (86.72% from 255 or 37.02% from 597); Max value from RGB is 221 - color contains mainly: blue. Hex color #BEBADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBADD is #414522. Grayscale: #BFBFBF. Windows color (decimal): -4277539 or 14531262. OLE color: 14531262.

HSL color Cylindrical-coordinate representation of color #BEBADD: hue angle of 246.86º degrees, saturation: 0.34, 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 #BEBADD is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB190186221-
CMYK0.140.1600.13
HSL246.86º33.98%79.8%-
HSV(B)246.86º15.84%86.67%-
XYZ51.8551.2975.57-
YUV191.19144.83127.15-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.83%
GREEN value IS 186 (73.05% from 255) = 31.16%
BLUE value IS 221 (86.72% from 255) = 37.02%
R=31.83%
G=31.16%
B=37.02%

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
Decimal1901862210.140.1600.13246.8633.9879.8
HexBEBADDE100Df72250
Octal276272335162001536742120
Binary10111110101110101101110111101000001101111101111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBADD; }

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

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

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

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

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

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

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

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