#BCBAEF

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

Shades of Lavender Grey #BCBAEF

Tints of Lavender Grey #BCBAEF

Color information

#BCBAEF (or 0xBCBAEF) is unknown color: approx Lavender Grey. HEX triplet: BC, BA and EF. RGB value is (188,186,239). Sum of RGB (Red+Green+Blue) = 188+186+239=613 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.67% from 613); Green value is 186 (73.05% from 255 or 30.34% from 613); Blue value is 239 (93.75% from 255 or 38.99% from 613); Max value from RGB is 239 - color contains mainly: blue. Hex color #BCBAEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBAEF is #434510. Grayscale: #C0C0C0. Windows color (decimal): -4408593 or 15710908. OLE color: 15710908.

HSL color Cylindrical-coordinate representation of color #BCBAEF: hue angle of 242.26º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCBAEF is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB188186239-
CMYK0.210.2200.06
HSL242.26º62.35%83.33%-
HSV(B)242.26º22.18%93.73%-
XYZ53.8852.0488.87-
YUV192.64154.16124.69-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.67%
GREEN value IS 186 (73.05% from 255) = 30.34%
BLUE value IS 239 (93.75% from 255) = 38.99%
R=30.67%
G=30.34%
B=38.99%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1881862390.210.2200.06242.2662.3583.33
HexBCBAEF151606f23e53
Octal27427235725260636276123
Binary10111100101110101110111110101101100110111100101111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBAEF; }

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

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

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

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

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

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

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

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