#BCBAEA

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

Shades of Lavender Grey #BCBAEA

Tints of Lavender Grey #BCBAEA

Color information

#BCBAEA (or 0xBCBAEA) is unknown color: approx Lavender Grey. HEX triplet: BC, BA and EA. RGB value is (188,186,234). Sum of RGB (Red+Green+Blue) = 188+186+234=608 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.92% from 608); Green value is 186 (73.05% from 255 or 30.59% from 608); Blue value is 234 (91.80% from 255 or 38.49% from 608); Max value from RGB is 234 - color contains mainly: blue. Hex color #BCBAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBAEA is #434515. Grayscale: #BFBFBF. Windows color (decimal): -4408598 or 15383228. OLE color: 15383228.

HSL color Cylindrical-coordinate representation of color #BCBAEA: hue angle of 242.5º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCBAEA is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB188186234-
CMYK0.200.2100.08
HSL242.5º53.33%82.35%-
HSV(B)242.5º20.51%91.76%-
XYZ53.1551.7585.03-
YUV192.07151.66125.1-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.92%
GREEN value IS 186 (73.05% from 255) = 30.59%
BLUE value IS 234 (91.80% from 255) = 38.49%
R=30.92%
G=30.59%
B=38.49%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1881862340.200.2100.08242.553.3382.35
HexBCBAEA141508f23552
Octal274272352242501036265122
Binary101111001011101011101010101001010101000111100101101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBAEA; }

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

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

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

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

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

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

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

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