#BFBCE6

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

Shades of Lavender Grey #BFBCE6

Tints of Lavender Grey #BFBCE6

Color information

#BFBCE6 (or 0xBFBCE6) is unknown color: approx Lavender Grey. HEX triplet: BF, BC and E6. RGB value is (191,188,230). Sum of RGB (Red+Green+Blue) = 191+188+230=609 (80% of max value = 765). Red value is 191 (75% from 255 or 31.36% from 609); Green value is 188 (73.83% from 255 or 30.87% from 609); Blue value is 230 (90.23% from 255 or 37.77% from 609); Max value from RGB is 230 - color contains mainly: blue. Hex color #BFBCE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBCE6 is #404319. Grayscale: #C1C1C1. Windows color (decimal): -4211482 or 15121599. OLE color: 15121599.

HSL color Cylindrical-coordinate representation of color #BFBCE6: hue angle of 244.29º degrees, saturation: 0.46, 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 #BFBCE6 is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB191188230-
CMYK0.170.1800.10
HSL244.29º45.65%81.96%-
HSV(B)244.29º18.26%90.2%-
XYZ53.7552.7682.21-
YUV193.68148.49126.08-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.36%
GREEN value IS 188 (73.83% from 255) = 30.87%
BLUE value IS 230 (90.23% from 255) = 37.77%
R=31.36%
G=30.87%
B=37.77%

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
Decimal1911882300.170.1800.10244.2945.6581.96
HexBFBCE611120Af42e52
Octal277274346212201236456122
Binary101111111011110011100110100011001001010111101001011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBCE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBCE6; }

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

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

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

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

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

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

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

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