#BEBADC

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

Shades of Lavender Grey #BEBADC

Tints of Lavender Grey #BEBADC

Color information

#BEBADC (or 0xBEBADC) is unknown color: approx Lavender Grey. HEX triplet: BE, BA and DC. RGB value is (190,186,220). Sum of RGB (Red+Green+Blue) = 190+186+220=596 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.88% from 596); Green value is 186 (73.05% from 255 or 31.21% from 596); Blue value is 220 (86.33% from 255 or 36.91% from 596); Max value from RGB is 220 - color contains mainly: blue. Hex color #BEBADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBADC is #414523. Grayscale: #BEBEBE. Windows color (decimal): -4277540 or 14465726. OLE color: 14465726.

HSL color Cylindrical-coordinate representation of color #BEBADC: hue angle of 247.06º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BEBADC is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB190186220-
CMYK0.140.1500.14
HSL247.06º32.69%79.61%-
HSV(B)247.06º15.45%86.27%-
XYZ51.7151.2374.87-
YUV191.07144.33127.24-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.88%
GREEN value IS 186 (73.05% from 255) = 31.21%
BLUE value IS 220 (86.33% from 255) = 36.91%
R=31.88%
G=31.21%
B=36.91%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1901862200.140.1500.14247.0632.6979.61
HexBEBADCEF0Ef72150
Octal276272334161701636741120
Binary1011111010111010110111001110111101110111101111000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBADC; }

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

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

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

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

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

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

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

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