#BEBFDE

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

Shades of Lavender Grey #BEBFDE

Tints of Lavender Grey #BEBFDE

Color information

#BEBFDE (or 0xBEBFDE) is unknown color: approx Lavender Grey. HEX triplet: BE, BF and DE. RGB value is (190,191,222). Sum of RGB (Red+Green+Blue) = 190+191+222=603 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.51% from 603); Green value is 191 (75% from 255 or 31.67% from 603); Blue value is 222 (87.11% from 255 or 36.82% from 603); Max value from RGB is 222 - color contains mainly: blue. Hex color #BEBFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBFDE is #414021. Grayscale: #C2C2C2. Windows color (decimal): -4276258 or 14598078. OLE color: 14598078.

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

Color convert

RGB190191222-
CMYK0.140.1400.13
HSL238.12º32.65%80.78%-
HSV(B)238.12º14.41%87.06%-
XYZ53.0553.4876.63-
YUV194.24143.67124.98-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.51%
GREEN value IS 191 (75% from 255) = 31.67%
BLUE value IS 222 (87.11% from 255) = 36.82%
R=31.51%
G=31.67%
B=36.82%

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
Decimal1901912220.140.1400.13238.1232.6580.78
HexBEBFDEEE0Dee2151
Octal276277336161601535641121
Binary1011111010111111110111101110111001101111011101000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBFDE; }

 p { color: rgb(190,191,222); }

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

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

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

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

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

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

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