#BEBDDC

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

Shades of Lavender Grey #BEBDDC

Tints of Lavender Grey #BEBDDC

Color information

#BEBDDC (or 0xBEBDDC) is unknown color: approx Lavender Grey. HEX triplet: BE, BD and DC. RGB value is (190,189,220). Sum of RGB (Red+Green+Blue) = 190+189+220=599 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.72% from 599); Green value is 189 (74.22% from 255 or 31.55% from 599); Blue value is 220 (86.33% from 255 or 36.73% from 599); Max value from RGB is 220 - color contains mainly: blue. Hex color #BEBDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBDDC is #414223. Grayscale: #C0C0C0. Windows color (decimal): -4276772 or 14466494. OLE color: 14466494.

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

Color convert

RGB190189220-
CMYK0.140.1400.14
HSL241.94º30.69%80.2%-
HSV(B)241.94º14.09%86.27%-
XYZ52.3552.5175.09-
YUV192.83143.33125.98-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.72%
GREEN value IS 189 (74.22% from 255) = 31.55%
BLUE value IS 220 (86.33% from 255) = 36.73%
R=31.72%
G=31.55%
B=36.73%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1901892200.140.1400.14241.9430.6980.2
HexBEBDDCEE0Ef21f50
Octal276275334161601636237120
Binary101111101011110111011100111011100111011110010111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBDDC; }

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

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

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

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

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

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

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

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