#BCBAD6

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

Shades of Lavender Grey #BCBAD6

Tints of Lavender Grey #BCBAD6

Color information

#BCBAD6 (or 0xBCBAD6) is unknown color: approx Lavender Grey. HEX triplet: BC, BA and D6. RGB value is (188,186,214). Sum of RGB (Red+Green+Blue) = 188+186+214=588 (77% of max value = 765). Red value is 188 (73.83% from 255 or 31.97% from 588); Green value is 186 (73.05% from 255 or 31.63% from 588); Blue value is 214 (83.98% from 255 or 36.39% from 588); Max value from RGB is 214 - color contains mainly: blue. Hex color #BCBAD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBAD6 is #434529. Grayscale: #BDBDBD. Windows color (decimal): -4408618 or 14072508. OLE color: 14072508.

HSL color Cylindrical-coordinate representation of color #BCBAD6: hue angle of 244.29º degrees, saturation: 0.25, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BCBAD6 is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB188186214-
CMYK0.120.1300.16
HSL244.29º25.45%78.43%-
HSV(B)244.29º13.08%83.92%-
XYZ50.4450.6670.74-
YUV189.79141.66126.72-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.97%
GREEN value IS 186 (73.05% from 255) = 31.63%
BLUE value IS 214 (83.98% from 255) = 36.39%
R=31.97%
G=31.63%
B=36.39%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1881862140.120.1300.16244.2925.4578.43
HexBCBAD6CD010f4194e
Octal274272326141502036431116
Binary1011110010111010110101101100110101000011110100110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBAD6; }

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

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

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

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

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

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

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

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