#BCBAE0

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

Shades of Lavender Grey #BCBAE0

Tints of Lavender Grey #BCBAE0

Color information

#BCBAE0 (or 0xBCBAE0) is unknown color: approx Lavender Grey. HEX triplet: BC, BA and E0. RGB value is (188,186,224). Sum of RGB (Red+Green+Blue) = 188+186+224=598 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.44% from 598); Green value is 186 (73.05% from 255 or 31.10% from 598); Blue value is 224 (87.89% from 255 or 37.46% from 598); Max value from RGB is 224 - color contains mainly: blue. Hex color #BCBAE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBAE0 is #43451F. Grayscale: #BEBEBE. Windows color (decimal): -4408608 or 14727868. OLE color: 14727868.

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

Color convert

RGB188186224-
CMYK0.160.1700.12
HSL243.16º38%80.39%-
HSV(B)243.16º16.96%87.84%-
XYZ51.7551.1977.67-
YUV190.93146.66125.91-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.44%
GREEN value IS 186 (73.05% from 255) = 31.10%
BLUE value IS 224 (87.89% from 255) = 37.46%
R=31.44%
G=31.10%
B=37.46%

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
Decimal1881862240.160.1700.12243.163880.39
HexBCBAE010110Cf32650
Octal274272340202101436346120
Binary101111001011101011100000100001000101100111100111001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBAE0; }

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

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

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

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

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

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

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

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