#BFBCE5

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

Shades of Lavender Grey #BFBCE5

Tints of Lavender Grey #BFBCE5

Color information

#BFBCE5 (or 0xBFBCE5) is unknown color: approx Lavender Grey. HEX triplet: BF, BC and E5. RGB value is (191,188,229). Sum of RGB (Red+Green+Blue) = 191+188+229=608 (80% of max value = 765). Red value is 191 (75% from 255 or 31.41% from 608); Green value is 188 (73.83% from 255 or 30.92% from 608); Blue value is 229 (89.84% from 255 or 37.66% from 608); Max value from RGB is 229 - color contains mainly: blue. Hex color #BFBCE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBCE5 is #40431A. Grayscale: #C1C1C1. Windows color (decimal): -4211483 or 15056063. OLE color: 15056063.

HSL color Cylindrical-coordinate representation of color #BFBCE5: hue angle of 244.39º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFBCE5 is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB191188229-
CMYK0.170.1800.10
HSL244.39º44.09%81.76%-
HSV(B)244.39º17.9%89.8%-
XYZ53.6152.781.48-
YUV193.57147.99126.17-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.41%
GREEN value IS 188 (73.83% from 255) = 30.92%
BLUE value IS 229 (89.84% from 255) = 37.66%
R=31.41%
G=30.92%
B=37.66%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1911882290.170.1800.10244.3944.0981.76
HexBFBCE511120Af42c52
Octal277274345212201236454122
Binary101111111011110011100101100011001001010111101001011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBCE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBCE5; }

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

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

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

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

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

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

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

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