#BEBBDC

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

Shades of Lavender Grey #BEBBDC

Tints of Lavender Grey #BEBBDC

Color information

#BEBBDC (or 0xBEBBDC) is unknown color: approx Lavender Grey. HEX triplet: BE, BB and DC. RGB value is (190,187,220). Sum of RGB (Red+Green+Blue) = 190+187+220=597 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.83% from 597); Green value is 187 (73.44% from 255 or 31.32% from 597); Blue value is 220 (86.33% from 255 or 36.85% from 597); Max value from RGB is 220 - color contains mainly: blue. Hex color #BEBBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBBDC is #414423. Grayscale: #BFBFBF. Windows color (decimal): -4277284 or 14465982. OLE color: 14465982.

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

Color convert

RGB190187220-
CMYK0.140.1500.14
HSL245.45º32.04%79.8%-
HSV(B)245.45º15%86.27%-
XYZ51.9251.6674.94-
YUV191.66143.99126.82-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.83%
GREEN value IS 187 (73.44% from 255) = 31.32%
BLUE value IS 220 (86.33% from 255) = 36.85%
R=31.83%
G=31.32%
B=36.85%

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
Decimal1901872200.140.1500.14245.4532.0479.8
HexBEBBDCEF0Ef52050
Octal276273334161701636540120
Binary1011111010111011110111001110111101110111101011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBBDC; }

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

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

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

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

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

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

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

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