#BEBED1

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

Shades of Lavender Grey #BEBED1

Tints of Lavender Grey #BEBED1

Color information

#BEBED1 (or 0xBEBED1) is unknown color: approx Lavender Grey. HEX triplet: BE, BE and D1. RGB value is (190,190,209). Sum of RGB (Red+Green+Blue) = 190+190+209=589 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.26% from 589); Green value is 190 (74.61% from 255 or 32.26% from 589); Blue value is 209 (82.03% from 255 or 35.48% from 589); Max value from RGB is 209 - color contains mainly: blue. Hex color #BEBED1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBED1 is #41412E. Grayscale: #C0C0C0. Windows color (decimal): -4276527 or 13745854. OLE color: 13745854.

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

Color convert

RGB190190209-
CMYK0.090.0900.18
HSL240º17.12%78.24%-
HSV(B)240º9.09%81.96%-
XYZ51.1652.3867.74-
YUV192.17137.5126.46-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.26%
GREEN value IS 190 (74.61% from 255) = 32.26%
BLUE value IS 209 (82.03% from 255) = 35.48%
R=32.26%
G=32.26%
B=35.48%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1901902090.090.0900.1824017.1278.24
HexBEBED199012f0114e
Octal276276321111102236021116
Binary1011111010111110110100011001100101001011110000100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBED1; }

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

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

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

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

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

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

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

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