#BCBAE1

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

Shades of Lavender Grey #BCBAE1

Tints of Lavender Grey #BCBAE1

Color information

#BCBAE1 (or 0xBCBAE1) is unknown color: approx Lavender Grey. HEX triplet: BC, BA and E1. RGB value is (188,186,225). Sum of RGB (Red+Green+Blue) = 188+186+225=599 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.39% from 599); Green value is 186 (73.05% from 255 or 31.05% from 599); Blue value is 225 (88.28% from 255 or 37.56% from 599); Max value from RGB is 225 - color contains mainly: blue. Hex color #BCBAE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBAE1 is #43451E. Grayscale: #BEBEBE. Windows color (decimal): -4408607 or 14793404. OLE color: 14793404.

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

Color convert

RGB188186225-
CMYK0.160.1700.12
HSL243.08º39.39%80.59%-
HSV(B)243.08º17.33%88.24%-
XYZ51.8951.2578.39-
YUV191.04147.16125.83-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.39%
GREEN value IS 186 (73.05% from 255) = 31.05%
BLUE value IS 225 (88.28% from 255) = 37.56%
R=31.39%
G=31.05%
B=37.56%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1881862250.160.1700.12243.0839.3980.59
HexBCBAE110110Cf32751
Octal274272341202101436347121
Binary101111001011101011100001100001000101100111100111001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBAE1; }

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

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

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

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

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

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

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

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