#BEBBD4

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

Shades of Lavender Grey #BEBBD4

Tints of Lavender Grey #BEBBD4

Color information

#BEBBD4 (or 0xBEBBD4) is unknown color: approx Lavender Grey. HEX triplet: BE, BB and D4. RGB value is (190,187,212). Sum of RGB (Red+Green+Blue) = 190+187+212=589 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.26% from 589); Green value is 187 (73.44% from 255 or 31.75% from 589); Blue value is 212 (83.20% from 255 or 35.99% from 589); Max value from RGB is 212 - color contains mainly: blue. Hex color #BEBBD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBBD4 is #41442B. Grayscale: #BEBEBE. Windows color (decimal): -4277292 or 13941694. OLE color: 13941694.

HSL color Cylindrical-coordinate representation of color #BEBBD4: hue angle of 247.2º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BEBBD4 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB190187212-
CMYK0.100.1200.17
HSL247.2º22.52%78.24%-
HSV(B)247.2º11.79%83.14%-
XYZ50.8951.2469.5-
YUV190.75139.99127.47-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.26%
GREEN value IS 187 (73.44% from 255) = 31.75%
BLUE value IS 212 (83.20% from 255) = 35.99%
R=32.26%
G=31.75%
B=35.99%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1901872120.100.1200.17247.222.5278.24
HexBEBBD4AC011f7174e
Octal276273324121402136727116
Binary1011111010111011110101001010110001000111110111101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBBD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBBD4; }

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

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

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

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

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

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

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

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