#BCBAEC

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

Shades of Lavender Grey #BCBAEC

Tints of Lavender Grey #BCBAEC

Color information

#BCBAEC (or 0xBCBAEC) is unknown color: approx Lavender Grey. HEX triplet: BC, BA and EC. RGB value is (188,186,236). Sum of RGB (Red+Green+Blue) = 188+186+236=610 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.82% from 610); Green value is 186 (73.05% from 255 or 30.49% from 610); Blue value is 236 (92.58% from 255 or 38.69% from 610); Max value from RGB is 236 - color contains mainly: blue. Hex color #BCBAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBAEC is #434513. Grayscale: #C0C0C0. Windows color (decimal): -4408596 or 15514300. OLE color: 15514300.

HSL color Cylindrical-coordinate representation of color #BCBAEC: hue angle of 242.4º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCBAEC is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB188186236-
CMYK0.200.2100.07
HSL242.4º56.82%82.75%-
HSV(B)242.4º21.19%92.55%-
XYZ53.4451.8786.55-
YUV192.3152.66124.93-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.82%
GREEN value IS 186 (73.05% from 255) = 30.49%
BLUE value IS 236 (92.58% from 255) = 38.69%
R=30.82%
G=30.49%
B=38.69%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1881862360.200.2100.07242.456.8282.75
HexBCBAEC141507f23953
Octal27427235424250736271123
Binary10111100101110101110110010100101010111111100101110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBAEC; }

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

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

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

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

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

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

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

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