#BEBFDB

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

Shades of Lavender Grey #BEBFDB

Tints of Lavender Grey #BEBFDB

Color information

#BEBFDB (or 0xBEBFDB) is unknown color: approx Lavender Grey. HEX triplet: BE, BF and DB. RGB value is (190,191,219). Sum of RGB (Red+Green+Blue) = 190+191+219=600 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.67% from 600); Green value is 191 (75% from 255 or 31.83% from 600); Blue value is 219 (85.94% from 255 or 36.5% from 600); Max value from RGB is 219 - color contains mainly: blue. Hex color #BEBFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBFDB is #414024. Grayscale: #C1C1C1. Windows color (decimal): -4276261 or 14401470. OLE color: 14401470.

HSL color Cylindrical-coordinate representation of color #BEBFDB: hue angle of 237.93º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BEBFDB is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB190191219-
CMYK0.130.1300.14
HSL237.93º28.71%80.2%-
HSV(B)237.93º13.24%85.88%-
XYZ52.6553.3274.54-
YUV193.89142.17125.22-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.67%
GREEN value IS 191 (75% from 255) = 31.83%
BLUE value IS 219 (85.94% from 255) = 36.5%
R=31.67%
G=31.83%
B=36.5%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1901912190.130.1300.14237.9328.7180.2
HexBEBFDBDD0Eee1d50
Octal276277333151501635635120
Binary101111101011111111011011110111010111011101110111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBFDB; }

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

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

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

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

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

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

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

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