#BEBCDC

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

Shades of Lavender Grey #BEBCDC

Tints of Lavender Grey #BEBCDC

Color information

#BEBCDC (or 0xBEBCDC) is unknown color: approx Lavender Grey. HEX triplet: BE, BC and DC. RGB value is (190,188,220). Sum of RGB (Red+Green+Blue) = 190+188+220=598 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.77% from 598); Green value is 188 (73.83% from 255 or 31.44% from 598); Blue value is 220 (86.33% from 255 or 36.79% from 598); Max value from RGB is 220 - color contains mainly: blue. Hex color #BEBCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBCDC is #414323. Grayscale: #C0C0C0. Windows color (decimal): -4277028 or 14466238. OLE color: 14466238.

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

Color convert

RGB190188220-
CMYK0.140.1500.14
HSL243.75º31.37%80%-
HSV(B)243.75º14.55%86.27%-
XYZ52.1452.0875.01-
YUV192.25143.66126.4-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.77%
GREEN value IS 188 (73.83% from 255) = 31.44%
BLUE value IS 220 (86.33% from 255) = 36.79%
R=31.77%
G=31.44%
B=36.79%

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
Decimal1901882200.140.1500.14243.7531.3780
HexBEBCDCEF0Ef41f50
Octal276274334161701636437120
Binary101111101011110011011100111011110111011110100111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBCDC; }

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

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

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

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

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

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

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

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