#BCBEE1

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

Shades of Lavender Grey #BCBEE1

Tints of Lavender Grey #BCBEE1

Color information

#BCBEE1 (or 0xBCBEE1) is unknown color: approx Lavender Grey. HEX triplet: BC, BE and E1. RGB value is (188,190,225). Sum of RGB (Red+Green+Blue) = 188+190+225=603 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.18% from 603); Green value is 190 (74.61% from 255 or 31.51% from 603); Blue value is 225 (88.28% from 255 or 37.31% from 603); Max value from RGB is 225 - color contains mainly: blue. Hex color #BCBEE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBEE1 is #43411E. Grayscale: #C1C1C1. Windows color (decimal): -4407583 or 14794428. OLE color: 14794428.

HSL color Cylindrical-coordinate representation of color #BCBEE1: hue angle of 236.76º 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 #BCBEE1 is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB188190225-
CMYK0.160.1600.12
HSL236.76º38.14%80.98%-
HSV(B)236.76º16.44%88.24%-
XYZ52.7452.9578.68-
YUV193.39145.84124.15-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.18%
GREEN value IS 190 (74.61% from 255) = 31.51%
BLUE value IS 225 (88.28% from 255) = 37.31%
R=31.18%
G=31.51%
B=37.31%

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
Decimal1881902250.160.1600.12236.7638.1480.98
HexBCBEE110100Ced2651
Octal274276341202001435546121
Binary101111001011111011100001100001000001100111011011001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBEE1; }

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

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

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

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

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

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

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

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