#BEBDD1

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

Shades of Lavender Grey #BEBDD1

Tints of Lavender Grey #BEBDD1

Color information

#BEBDD1 (or 0xBEBDD1) is unknown color: approx Lavender Grey. HEX triplet: BE, BD and D1. RGB value is (190,189,209). Sum of RGB (Red+Green+Blue) = 190+189+209=588 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.31% from 588); Green value is 189 (74.22% from 255 or 32.14% from 588); Blue value is 209 (82.03% from 255 or 35.54% from 588); Max value from RGB is 209 - color contains mainly: blue. Hex color #BEBDD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBDD1 is #41422E. Grayscale: #BFBFBF. Windows color (decimal): -4276783 or 13745598. OLE color: 13745598.

HSL color Cylindrical-coordinate representation of color #BEBDD1: hue angle of 243º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BEBDD1 is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB190189209-
CMYK0.090.1000.18
HSL243º17.86%78.04%-
HSV(B)243º9.57%81.96%-
XYZ50.9451.9567.66-
YUV191.58137.83126.87-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.31%
GREEN value IS 189 (74.22% from 255) = 32.14%
BLUE value IS 209 (82.03% from 255) = 35.54%
R=32.31%
G=32.14%
B=35.54%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1901892090.090.1000.1824317.8678.04
HexBEBDD19A012f3124e
Octal276275321111202236322116
Binary1011111010111101110100011001101001001011110011100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBDD1; }

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

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

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

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

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

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

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

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