#B186EC

Color #B186EC Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #B186EC

Tints of Biloba Flower #B186EC

Color information

#B186EC (or 0xB186EC) is unknown color: approx Biloba Flower. HEX triplet: B1, 86 and EC. RGB value is (177,134,236). Sum of RGB (Red+Green+Blue) = 177+134+236=547 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.36% from 547); Green value is 134 (52.73% from 255 or 24.50% from 547); Blue value is 236 (92.58% from 255 or 43.14% from 547); Max value from RGB is 236 - color contains mainly: blue. Hex color #B186EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B186EC is #4E7913. Grayscale: #9E9E9E. Windows color (decimal): -5142804 or 15500977. OLE color: 15500977.

HSL color Cylindrical-coordinate representation of color #B186EC: hue angle of 265.29º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B186EC is Cyan = 0.25, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB177134236-
CMYK0.250.4300.07
HSL265.29º72.86%72.55%-
HSV(B)265.29º43.22%92.55%-
XYZ41.832.4583.42-
YUV158.48171.75141.21-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.36%
GREEN value IS 134 (52.73% from 255) = 24.50%
BLUE value IS 236 (92.58% from 255) = 43.14%
R=32.36%
G=24.50%
B=43.14%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1771342360.250.4300.07265.2972.8672.55
HexB186EC192B071094949
Octal261206354315307411111111
Binary10110001100001101110110011001101011011110000100110010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B186EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B186EC; }

 p { color: rgb(177,134,236); }

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

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

 a { background-color: rgb(177,134,236); }

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

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

 span { border-color: rgb(177,134,236); }

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