#BCB6E1

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

Shades of Lavender Grey #BCB6E1

Tints of Lavender Grey #BCB6E1

Color information

#BCB6E1 (or 0xBCB6E1) is unknown color: approx Lavender Grey. HEX triplet: BC, B6 and E1. RGB value is (188,182,225). Sum of RGB (Red+Green+Blue) = 188+182+225=595 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.60% from 595); Green value is 182 (71.48% from 255 or 30.59% from 595); Blue value is 225 (88.28% from 255 or 37.82% from 595); Max value from RGB is 225 - color contains mainly: blue. Hex color #BCB6E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB6E1 is #43491E. Grayscale: #BCBCBC. Windows color (decimal): -4409631 or 14792380. OLE color: 14792380.

HSL color Cylindrical-coordinate representation of color #BCB6E1: hue angle of 248.37º degrees, saturation: 0.42, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCB6E1 is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB188182225-
CMYK0.160.1900.12
HSL248.37º41.75%79.8%-
HSV(B)248.37º19.11%88.24%-
XYZ51.0649.5878.11-
YUV188.7148.49127.5-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.60%
GREEN value IS 182 (71.48% from 255) = 30.59%
BLUE value IS 225 (88.28% from 255) = 37.82%
R=31.60%
G=30.59%
B=37.82%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1881822250.160.1900.12248.3741.7579.8
HexBCB6E110130Cf82a50
Octal274266341202301437052120
Binary101111001011011011100001100001001101100111110001010101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB6E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB6E1; }

 p { color: rgb(188,182,225); }

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

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

 a { background-color: rgb(188,182,225); }

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

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

 span { border-color: rgb(188,182,225); }

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