#BFBCDF

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

Shades of Lavender Grey #BFBCDF

Tints of Lavender Grey #BFBCDF

Color information

#BFBCDF (or 0xBFBCDF) is unknown color: approx Lavender Grey. HEX triplet: BF, BC and DF. RGB value is (191,188,223). Sum of RGB (Red+Green+Blue) = 191+188+223=602 (79% of max value = 765). Red value is 191 (75% from 255 or 31.73% from 602); Green value is 188 (73.83% from 255 or 31.23% from 602); Blue value is 223 (87.5% from 255 or 37.04% from 602); Max value from RGB is 223 - color contains mainly: blue. Hex color #BFBCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBCDF is #404320. Grayscale: #C0C0C0. Windows color (decimal): -4211489 or 14662847. OLE color: 14662847.

HSL color Cylindrical-coordinate representation of color #BFBCDF: hue angle of 245.14º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFBCDF is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB191188223-
CMYK0.140.1600.13
HSL245.14º35.35%80.59%-
HSV(B)245.14º15.7%87.45%-
XYZ52.7952.3777.14-
YUV192.89144.99126.65-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.73%
GREEN value IS 188 (73.83% from 255) = 31.23%
BLUE value IS 223 (87.5% from 255) = 37.04%
R=31.73%
G=31.23%
B=37.04%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1911882230.140.1600.13245.1435.3580.59
HexBFBCDFE100Df52351
Octal277274337162001536543121
Binary10111111101111001101111111101000001101111101011000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBCDF; }

 p { color: rgb(191,188,223); }

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

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

 a { background-color: rgb(191,188,223); }

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

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

 span { border-color: rgb(191,188,223); }

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