#BCB7F3

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

Shades of Lavender Grey #BCB7F3

Tints of Lavender Grey #BCB7F3

Color information

#BCB7F3 (or 0xBCB7F3) is unknown color: approx Lavender Grey. HEX triplet: BC, B7 and F3. RGB value is (188,183,243). Sum of RGB (Red+Green+Blue) = 188+183+243=614 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.62% from 614); Green value is 183 (71.88% from 255 or 29.80% from 614); Blue value is 243 (95.31% from 255 or 39.58% from 614); Max value from RGB is 243 - color contains mainly: blue. Hex color #BCB7F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCB7F3 is #43480C. Grayscale: #BFBFBF. Windows color (decimal): -4409357 or 15972284. OLE color: 15972284.

HSL color Cylindrical-coordinate representation of color #BCB7F3: hue angle of 245º degrees, saturation: 0.71, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCB7F3 is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB188183243-
CMYK0.230.2500.05
HSL245º71.43%83.53%-
HSV(B)245º24.69%95.29%-
XYZ53.8551.0391.81-
YUV191.33157.16125.62-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.62%
GREEN value IS 183 (71.88% from 255) = 29.80%
BLUE value IS 243 (95.31% from 255) = 39.58%
R=30.62%
G=29.80%
B=39.58%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1881832430.230.2500.0524571.4383.53
HexBCB7F3171905f54754
Octal274267363273105365107124
Binary101111001011011111110011101111100101011111010110001111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB7F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB7F3; }

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

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

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

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

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

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

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

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