#BEBFD9

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

Shades of Lavender Grey #BEBFD9

Tints of Lavender Grey #BEBFD9

Color information

#BEBFD9 (or 0xBEBFD9) is unknown color: approx Lavender Grey. HEX triplet: BE, BF and D9. RGB value is (190,191,217). Sum of RGB (Red+Green+Blue) = 190+191+217=598 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.77% from 598); Green value is 191 (75% from 255 or 31.94% from 598); Blue value is 217 (85.16% from 255 or 36.29% from 598); Max value from RGB is 217 - color contains mainly: blue. Hex color #BEBFD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBFD9 is #414026. Grayscale: #C1C1C1. Windows color (decimal): -4276263 or 14270398. OLE color: 14270398.

HSL color Cylindrical-coordinate representation of color #BEBFD9: hue angle of 237.78º degrees, saturation: 0.26, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BEBFD9 is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB190191217-
CMYK0.120.1200.15
HSL237.78º26.21%79.8%-
HSV(B)237.78º12.44%85.1%-
XYZ52.3953.2273.16-
YUV193.66141.17125.39-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.77%
GREEN value IS 191 (75% from 255) = 31.94%
BLUE value IS 217 (85.16% from 255) = 36.29%
R=31.77%
G=31.94%
B=36.29%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1901912170.120.1200.15237.7826.2179.8
HexBEBFD9CC0Fee1a50
Octal276277331141401735632120
Binary101111101011111111011001110011000111111101110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBFD9; }

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

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

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

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

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

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

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

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