#BCB7EC

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

Shades of Lavender Grey #BCB7EC

Tints of Lavender Grey #BCB7EC

Color information

#BCB7EC (or 0xBCB7EC) is unknown color: approx Lavender Grey. HEX triplet: BC, B7 and EC. RGB value is (188,183,236). Sum of RGB (Red+Green+Blue) = 188+183+236=607 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.97% from 607); Green value is 183 (71.88% from 255 or 30.15% from 607); Blue value is 236 (92.58% from 255 or 38.88% from 607); Max value from RGB is 236 - color contains mainly: blue. Hex color #BCB7EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCB7EC is #434813. Grayscale: #BEBEBE. Windows color (decimal): -4409364 or 15513532. OLE color: 15513532.

HSL color Cylindrical-coordinate representation of color #BCB7EC: hue angle of 245.66º degrees, saturation: 0.58, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCB7EC is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB188183236-
CMYK0.200.2200.07
HSL245.66º58.24%82.16%-
HSV(B)245.66º22.46%92.55%-
XYZ52.8150.6186.34-
YUV190.54153.66126.19-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.97%
GREEN value IS 183 (71.88% from 255) = 30.15%
BLUE value IS 236 (92.58% from 255) = 38.88%
R=30.97%
G=30.15%
B=38.88%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1881832360.200.2200.07245.6658.2482.16
HexBCB7EC141607f63a52
Octal27426735424260736672122
Binary10111100101101111110110010100101100111111101101110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB7EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB7EC; }

 p { color: rgb(188,183,236); }

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

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

 a { background-color: rgb(188,183,236); }

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

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

 span { border-color: rgb(188,183,236); }

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