#BEBFD7

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

Shades of Lavender Grey #BEBFD7

Tints of Lavender Grey #BEBFD7

Color information

#BEBFD7 (or 0xBEBFD7) is unknown color: approx Lavender Grey. HEX triplet: BE, BF and D7. RGB value is (190,191,215). Sum of RGB (Red+Green+Blue) = 190+191+215=596 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.88% from 596); Green value is 191 (75% from 255 or 32.05% from 596); Blue value is 215 (84.38% from 255 or 36.07% from 596); Max value from RGB is 215 - color contains mainly: blue. Hex color #BEBFD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBFD7 is #414028. Grayscale: #C1C1C1. Windows color (decimal): -4276265 or 14139326. OLE color: 14139326.

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

Color convert

RGB190191215-
CMYK0.120.1100.16
HSL237.6º23.81%79.41%-
HSV(B)237.6º11.63%84.31%-
XYZ52.1353.1271.79-
YUV193.44140.17125.55-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.88%
GREEN value IS 191 (75% from 255) = 32.05%
BLUE value IS 215 (84.38% from 255) = 36.07%
R=31.88%
G=32.05%
B=36.07%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1901912150.120.1100.16237.623.8179.41
HexBEBFD7CB010ee184f
Octal276277327141302035630117
Binary1011111010111111110101111100101101000011101110110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBFD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBFD7; }

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

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

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

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

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

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

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

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