#BCBAD7

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

Shades of Lavender Grey #BCBAD7

Tints of Lavender Grey #BCBAD7

Color information

#BCBAD7 (or 0xBCBAD7) is unknown color: approx Lavender Grey. HEX triplet: BC, BA and D7. RGB value is (188,186,215). Sum of RGB (Red+Green+Blue) = 188+186+215=589 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.92% from 589); Green value is 186 (73.05% from 255 or 31.58% from 589); Blue value is 215 (84.38% from 255 or 36.50% from 589); Max value from RGB is 215 - color contains mainly: blue. Hex color #BCBAD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBAD7 is #434528. Grayscale: #BDBDBD. Windows color (decimal): -4408617 or 14138044. OLE color: 14138044.

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

Color convert

RGB188186215-
CMYK0.130.1300.16
HSL244.14º26.61%78.63%-
HSV(B)244.14º13.49%84.31%-
XYZ50.5650.7271.41-
YUV189.9142.16126.64-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.92%
GREEN value IS 186 (73.05% from 255) = 31.58%
BLUE value IS 215 (84.38% from 255) = 36.50%
R=31.92%
G=31.58%
B=36.50%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1881862150.130.1300.16244.1426.6178.63
HexBCBAD7DD010f41b4f
Octal274272327151502036433117
Binary1011110010111010110101111101110101000011110100110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBAD7; }

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

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

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

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

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

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

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

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