#BFBCE3

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

Shades of Lavender Grey #BFBCE3

Tints of Lavender Grey #BFBCE3

Color information

#BFBCE3 (or 0xBFBCE3) is unknown color: approx Lavender Grey. HEX triplet: BF, BC and E3. RGB value is (191,188,227). Sum of RGB (Red+Green+Blue) = 191+188+227=606 (80% of max value = 765). Red value is 191 (75% from 255 or 31.52% from 606); Green value is 188 (73.83% from 255 or 31.02% from 606); Blue value is 227 (89.06% from 255 or 37.46% from 606); Max value from RGB is 227 - color contains mainly: blue. Hex color #BFBCE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBCE3 is #40431C. Grayscale: #C1C1C1. Windows color (decimal): -4211485 or 14924991. OLE color: 14924991.

HSL color Cylindrical-coordinate representation of color #BFBCE3: hue angle of 244.62º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFBCE3 is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB191188227-
CMYK0.160.1700.11
HSL244.62º41.05%81.37%-
HSV(B)244.62º17.18%89.02%-
XYZ53.3352.5980.01-
YUV193.34146.99126.33-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.52%
GREEN value IS 188 (73.83% from 255) = 31.02%
BLUE value IS 227 (89.06% from 255) = 37.46%
R=31.52%
G=31.02%
B=37.46%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1911882270.160.1700.11244.6241.0581.37
HexBFBCE310110Bf52951
Octal277274343202101336551121
Binary101111111011110011100011100001000101011111101011010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBCE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBCE3; }

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

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

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

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

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

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

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

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