#BEBBD6

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

Shades of Lavender Grey #BEBBD6

Tints of Lavender Grey #BEBBD6

Color information

#BEBBD6 (or 0xBEBBD6) is unknown color: approx Lavender Grey. HEX triplet: BE, BB and D6. RGB value is (190,187,214). Sum of RGB (Red+Green+Blue) = 190+187+214=591 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.15% from 591); Green value is 187 (73.44% from 255 or 31.64% from 591); Blue value is 214 (83.98% from 255 or 36.21% from 591); Max value from RGB is 214 - color contains mainly: blue. Hex color #BEBBD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBBD6 is #414429. Grayscale: #BEBEBE. Windows color (decimal): -4277290 or 14072766. OLE color: 14072766.

HSL color Cylindrical-coordinate representation of color #BEBBD6: hue angle of 246.67º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BEBBD6 is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB190187214-
CMYK0.110.1300.16
HSL246.67º24.77%78.63%-
HSV(B)246.67º12.62%83.92%-
XYZ51.1451.3470.83-
YUV190.97140.99127.3-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.15%
GREEN value IS 187 (73.44% from 255) = 31.64%
BLUE value IS 214 (83.98% from 255) = 36.21%
R=32.15%
G=31.64%
B=36.21%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1901872140.110.1300.16246.6724.7778.63
HexBEBBD6BD010f7194f
Octal276273326131502036731117
Binary1011111010111011110101101011110101000011110111110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBBD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBBD6; }

 p { color: rgb(190,187,214); }

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

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

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

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

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

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

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