#BEBDDD

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

Shades of Lavender Grey #BEBDDD

Tints of Lavender Grey #BEBDDD

Color information

#BEBDDD (or 0xBEBDDD) is unknown color: approx Lavender Grey. HEX triplet: BE, BD and DD. RGB value is (190,189,221). Sum of RGB (Red+Green+Blue) = 190+189+221=600 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.67% from 600); Green value is 189 (74.22% from 255 or 31.5% from 600); Blue value is 221 (86.72% from 255 or 36.83% from 600); Max value from RGB is 221 - color contains mainly: blue. Hex color #BEBDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBDDD is #414222. Grayscale: #C0C0C0. Windows color (decimal): -4276771 or 14532030. OLE color: 14532030.

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

Color convert

RGB190189221-
CMYK0.140.1400.13
HSL241.88º32%80.39%-
HSV(B)241.88º14.48%86.67%-
XYZ52.4852.5675.79-
YUV192.95143.83125.9-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.67%
GREEN value IS 189 (74.22% from 255) = 31.5%
BLUE value IS 221 (86.72% from 255) = 36.83%
R=31.67%
G=31.5%
B=36.83%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1901892210.140.1400.13241.883280.39
HexBEBDDDEE0Df22050
Octal276275335161601536240120
Binary1011111010111101110111011110111001101111100101000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBDDD; }

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

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

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

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

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

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

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

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