#B186DA

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

Shades of Biloba Flower #B186DA

Tints of Biloba Flower #B186DA

Color information

#B186DA (or 0xB186DA) is unknown color: approx Biloba Flower. HEX triplet: B1, 86 and DA. RGB value is (177,134,218). Sum of RGB (Red+Green+Blue) = 177+134+218=529 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.46% from 529); Green value is 134 (52.73% from 255 or 25.33% from 529); Blue value is 218 (85.55% from 255 or 41.21% from 529); Max value from RGB is 218 - color contains mainly: blue. Hex color #B186DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B186DA is #4E7925. Grayscale: #9C9C9C. Windows color (decimal): -5142822 or 14321329. OLE color: 14321329.

HSL color Cylindrical-coordinate representation of color #B186DA: hue angle of 270.71º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B186DA is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB177134218-
CMYK0.190.3900.15
HSL270.71º53.16%69.02%-
HSV(B)270.71º38.53%85.49%-
XYZ39.3131.4670.33-
YUV156.43162.75142.67-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.46%
GREEN value IS 134 (52.73% from 255) = 25.33%
BLUE value IS 218 (85.55% from 255) = 41.21%
R=33.46%
G=25.33%
B=41.21%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1771342180.190.3900.15270.7153.1669.02
HexB186DA13270F10f3545
Octal261206332234701741765105
Binary10110001100001101101101010011100111011111000011111101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B186DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B186DA; }

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

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

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

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

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

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

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

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