#BCB7F1

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

Shades of Lavender Grey #BCB7F1

Tints of Lavender Grey #BCB7F1

Color information

#BCB7F1 (or 0xBCB7F1) is unknown color: approx Lavender Grey. HEX triplet: BC, B7 and F1. RGB value is (188,183,241). Sum of RGB (Red+Green+Blue) = 188+183+241=612 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.72% from 612); Green value is 183 (71.88% from 255 or 29.90% from 612); Blue value is 241 (94.53% from 255 or 39.38% from 612); Max value from RGB is 241 - color contains mainly: blue. Hex color #BCB7F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCB7F1 is #43480E. Grayscale: #BEBEBE. Windows color (decimal): -4409359 or 15841212. OLE color: 15841212.

HSL color Cylindrical-coordinate representation of color #BCB7F1: hue angle of 245.17º degrees, saturation: 0.67, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCB7F1 is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB188183241-
CMYK0.220.2400.05
HSL245.17º67.44%83.14%-
HSV(B)245.17º24.07%94.51%-
XYZ53.5550.9190.22-
YUV191.11156.16125.78-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.72%
GREEN value IS 183 (71.88% from 255) = 29.90%
BLUE value IS 241 (94.53% from 255) = 39.38%
R=30.72%
G=29.90%
B=39.38%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1881832410.220.2400.05245.1767.4483.14
HexBCB7F1161805f54353
Octal274267361263005365103123
Binary101111001011011111110001101101100001011111010110000111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB7F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB7F1; }

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

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

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

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

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

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

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

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