#B186ED

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

Shades of Biloba Flower #B186ED

Tints of Biloba Flower #B186ED

Color information

#B186ED (or 0xB186ED) is unknown color: approx Biloba Flower. HEX triplet: B1, 86 and ED. RGB value is (177,134,237). Sum of RGB (Red+Green+Blue) = 177+134+237=548 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.30% from 548); Green value is 134 (52.73% from 255 or 24.45% from 548); Blue value is 237 (92.97% from 255 or 43.25% from 548); Max value from RGB is 237 - color contains mainly: blue. Hex color #B186ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B186ED is #4E7912. Grayscale: #9E9E9E. Windows color (decimal): -5142803 or 15566513. OLE color: 15566513.

HSL color Cylindrical-coordinate representation of color #B186ED: hue angle of 265.05º degrees, saturation: 0.74, 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 #B186ED is Cyan = 0.25, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB177134237-
CMYK0.250.4300.07
HSL265.05º74.1%72.75%-
HSV(B)265.05º43.46%92.94%-
XYZ41.9432.5184.19-
YUV158.6172.25141.12-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.30%
GREEN value IS 134 (52.73% from 255) = 24.45%
BLUE value IS 237 (92.97% from 255) = 43.25%
R=32.30%
G=24.45%
B=43.25%

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
Decimal1771342370.250.4300.07265.0574.172.75
HexB186ED192B071094a49
Octal261206355315307411112111
Binary10110001100001101110110111001101011011110000100110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B186ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B186ED; }

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

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

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

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

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

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

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

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