#BCB6E5

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

Shades of Lavender Grey #BCB6E5

Tints of Lavender Grey #BCB6E5

Color information

#BCB6E5 (or 0xBCB6E5) is unknown color: approx Lavender Grey. HEX triplet: BC, B6 and E5. RGB value is (188,182,229). Sum of RGB (Red+Green+Blue) = 188+182+229=599 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.39% from 599); Green value is 182 (71.48% from 255 or 30.38% from 599); Blue value is 229 (89.84% from 255 or 38.23% from 599); Max value from RGB is 229 - color contains mainly: blue. Hex color #BCB6E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB6E5 is #43491A. Grayscale: #BCBCBC. Windows color (decimal): -4409627 or 15054524. OLE color: 15054524.

HSL color Cylindrical-coordinate representation of color #BCB6E5: hue angle of 247.66º degrees, saturation: 0.47, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCB6E5 is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB188182229-
CMYK0.180.2100.10
HSL247.66º47.47%80.59%-
HSV(B)247.66º20.52%89.8%-
XYZ51.6149.881.02-
YUV189.15150.49127.18-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.39%
GREEN value IS 182 (71.48% from 255) = 30.38%
BLUE value IS 229 (89.84% from 255) = 38.23%
R=31.39%
G=30.38%
B=38.23%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1881822290.180.2100.10247.6647.4780.59
HexBCB6E512150Af82f51
Octal274266345222501237057121
Binary101111001011011011100101100101010101010111110001011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB6E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB6E5; }

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

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

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

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

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

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

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

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