#BEBCDB

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

Shades of Lavender Grey #BEBCDB

Tints of Lavender Grey #BEBCDB

Color information

#BEBCDB (or 0xBEBCDB) is unknown color: approx Lavender Grey. HEX triplet: BE, BC and DB. RGB value is (190,188,219). Sum of RGB (Red+Green+Blue) = 190+188+219=597 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.83% from 597); Green value is 188 (73.83% from 255 or 31.49% from 597); Blue value is 219 (85.94% from 255 or 36.68% from 597); Max value from RGB is 219 - color contains mainly: blue. Hex color #BEBCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBCDB is #414324. Grayscale: #C0C0C0. Windows color (decimal): -4277029 or 14400702. OLE color: 14400702.

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

Color convert

RGB190188219-
CMYK0.130.1400.14
HSL243.87º30.1%79.8%-
HSV(B)243.87º14.16%85.88%-
XYZ5252.0374.32-
YUV192.13143.16126.48-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.83%
GREEN value IS 188 (73.83% from 255) = 31.49%
BLUE value IS 219 (85.94% from 255) = 36.68%
R=31.83%
G=31.49%
B=36.68%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1901882190.130.1400.14243.8730.179.8
HexBEBCDBDE0Ef41e50
Octal276274333151601636436120
Binary101111101011110011011011110111100111011110100111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBCDB; }

 p { color: rgb(190,188,219); }

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

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

 a { background-color: rgb(190,188,219); }

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

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

 span { border-color: rgb(190,188,219); }

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