#BCBADC

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

Shades of Lavender Grey #BCBADC

Tints of Lavender Grey #BCBADC

Color information

#BCBADC (or 0xBCBADC) is unknown color: approx Lavender Grey. HEX triplet: BC, BA and DC. RGB value is (188,186,220). Sum of RGB (Red+Green+Blue) = 188+186+220=594 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.65% from 594); Green value is 186 (73.05% from 255 or 31.31% from 594); Blue value is 220 (86.33% from 255 or 37.04% from 594); Max value from RGB is 220 - color contains mainly: blue. Hex color #BCBADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBADC is #434523. Grayscale: #BEBEBE. Windows color (decimal): -4408612 or 14465724. OLE color: 14465724.

HSL color Cylindrical-coordinate representation of color #BCBADC: hue angle of 243.53º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCBADC is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB188186220-
CMYK0.150.1500.14
HSL243.53º32.69%79.61%-
HSV(B)243.53º15.45%86.27%-
XYZ51.2250.9874.85-
YUV190.47144.66126.24-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.65%
GREEN value IS 186 (73.05% from 255) = 31.31%
BLUE value IS 220 (86.33% from 255) = 37.04%
R=31.65%
G=31.31%
B=37.04%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1881862200.150.1500.14243.5332.6979.61
HexBCBADCFF0Ef42150
Octal274272334171701636441120
Binary1011110010111010110111001111111101110111101001000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBADC; }

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

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

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

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

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

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

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

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