#BEBFD5

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

Shades of Lavender Grey #BEBFD5

Tints of Lavender Grey #BEBFD5

Color information

#BEBFD5 (or 0xBEBFD5) is unknown color: approx Lavender Grey. HEX triplet: BE, BF and D5. RGB value is (190,191,213). Sum of RGB (Red+Green+Blue) = 190+191+213=594 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.99% from 594); Green value is 191 (75% from 255 or 32.15% from 594); Blue value is 213 (83.59% from 255 or 35.86% from 594); Max value from RGB is 213 - color contains mainly: blue. Hex color #BEBFD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBFD5 is #41402A. Grayscale: #C1C1C1. Windows color (decimal): -4276267 or 14008254. OLE color: 14008254.

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

Color convert

RGB190191213-
CMYK0.110.1000.16
HSL237.39º21.5%79.02%-
HSV(B)237.39º10.8%83.53%-
XYZ51.8853.0170.45-
YUV193.21139.17125.71-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.99%
GREEN value IS 191 (75% from 255) = 32.15%
BLUE value IS 213 (83.59% from 255) = 35.86%
R=31.99%
G=32.15%
B=35.86%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1901912130.110.1000.16237.3921.579.02
HexBEBFD5BA010ed154f
Octal276277325131202035525117
Binary1011111010111111110101011011101001000011101101101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBFD5; }

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

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

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

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

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

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

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

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