#BCBCE1

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

Shades of Lavender Grey #BCBCE1

Tints of Lavender Grey #BCBCE1

Color information

#BCBCE1 (or 0xBCBCE1) is unknown color: approx Lavender Grey. HEX triplet: BC, BC and E1. RGB value is (188,188,225). Sum of RGB (Red+Green+Blue) = 188+188+225=601 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.28% from 601); Green value is 188 (73.83% from 255 or 31.28% from 601); Blue value is 225 (88.28% from 255 or 37.44% from 601); Max value from RGB is 225 - color contains mainly: blue. Hex color #BCBCE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBCE1 is #43431E. Grayscale: #C0C0C0. Windows color (decimal): -4408095 or 14793916. OLE color: 14793916.

HSL color Cylindrical-coordinate representation of color #BCBCE1: hue angle of 240º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCBCE1 is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB188188225-
CMYK0.160.1600.12
HSL240º38.14%80.98%-
HSV(B)240º16.44%88.24%-
XYZ52.3152.0978.53-
YUV192.22146.5124.99-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.28%
GREEN value IS 188 (73.83% from 255) = 31.28%
BLUE value IS 225 (88.28% from 255) = 37.44%
R=31.28%
G=31.28%
B=37.44%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1881882250.160.1600.1224038.1480.98
HexBCBCE110100Cf02651
Octal274274341202001436046121
Binary101111001011110011100001100001000001100111100001001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBCE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBCE1; }

 p { color: rgb(188,188,225); }

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

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

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

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

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

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

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