#BFBEDB

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

Shades of Lavender Grey #BFBEDB

Tints of Lavender Grey #BFBEDB

Color information

#BFBEDB (or 0xBFBEDB) is unknown color: approx Lavender Grey. HEX triplet: BF, BE and DB. RGB value is (191,190,219). Sum of RGB (Red+Green+Blue) = 191+190+219=600 (79% of max value = 765). Red value is 191 (75% from 255 or 31.83% from 600); Green value is 190 (74.61% from 255 or 31.67% 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 #BFBEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBEDB is #404124. Grayscale: #C1C1C1. Windows color (decimal): -4210981 or 14401215. OLE color: 14401215.

HSL color Cylindrical-coordinate representation of color #BFBEDB: hue angle of 242.07º 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 #BFBEDB is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB191190219-
CMYK0.130.1300.14
HSL242.07º28.71%80.2%-
HSV(B)242.07º13.24%85.88%-
XYZ52.6953.0274.47-
YUV193.6142.33126.14-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.83%
GREEN value IS 190 (74.61% from 255) = 31.67%
BLUE value IS 219 (85.94% from 255) = 36.5%
R=31.83%
G=31.67%
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
Decimal1911902190.130.1300.14242.0728.7180.2
HexBFBEDBDD0Ef21d50
Octal277276333151501636235120
Binary101111111011111011011011110111010111011110010111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBEDB; }

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

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

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

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

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

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

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

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