#BCBADE

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

Shades of Lavender Grey #BCBADE

Tints of Lavender Grey #BCBADE

Color information

#BCBADE (or 0xBCBADE) is unknown color: approx Lavender Grey. HEX triplet: BC, BA and DE. RGB value is (188,186,222). Sum of RGB (Red+Green+Blue) = 188+186+222=596 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.54% from 596); Green value is 186 (73.05% from 255 or 31.21% from 596); Blue value is 222 (87.11% from 255 or 37.25% from 596); Max value from RGB is 222 - color contains mainly: blue. Hex color #BCBADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBADE is #434521. Grayscale: #BEBEBE. Windows color (decimal): -4408610 or 14596796. OLE color: 14596796.

HSL color Cylindrical-coordinate representation of color #BCBADE: hue angle of 243.33º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCBADE is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB188186222-
CMYK0.150.1600.13
HSL243.33º35.29%80%-
HSV(B)243.33º16.22%87.06%-
XYZ51.4851.0876.25-
YUV190.7145.66126.07-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.54%
GREEN value IS 186 (73.05% from 255) = 31.21%
BLUE value IS 222 (87.11% from 255) = 37.25%
R=31.54%
G=31.21%
B=37.25%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1881862220.150.1600.13243.3335.2980
HexBCBADEF100Df32350
Octal274272336172001536343120
Binary10111100101110101101111011111000001101111100111000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBADE; }

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

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

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

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

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

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

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

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