#BCB7EA

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

Shades of Lavender Grey #BCB7EA

Tints of Lavender Grey #BCB7EA

Color information

#BCB7EA (or 0xBCB7EA) is unknown color: approx Lavender Grey. HEX triplet: BC, B7 and EA. RGB value is (188,183,234). Sum of RGB (Red+Green+Blue) = 188+183+234=605 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.07% from 605); Green value is 183 (71.88% from 255 or 30.25% from 605); Blue value is 234 (91.80% from 255 or 38.68% from 605); Max value from RGB is 234 - color contains mainly: blue. Hex color #BCB7EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCB7EA is #434815. Grayscale: #BEBEBE. Windows color (decimal): -4409366 or 15382460. OLE color: 15382460.

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

Color convert

RGB188183234-
CMYK0.200.2200.08
HSL245.88º54.84%81.76%-
HSV(B)245.88º21.79%91.76%-
XYZ52.5250.584.82-
YUV190.31152.66126.35-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.07%
GREEN value IS 183 (71.88% from 255) = 30.25%
BLUE value IS 234 (91.80% from 255) = 38.68%
R=31.07%
G=30.25%
B=38.68%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1881832340.200.2200.08245.8854.8481.76
HexBCB7EA141608f63752
Octal274267352242601036667122
Binary101111001011011111101010101001011001000111101101101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB7EA; }

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

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

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

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

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

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

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

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