#B986DA

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

Shades of Biloba Flower #B986DA

Tints of Biloba Flower #B986DA

Color information

#B986DA (or 0xB986DA) is unknown color: approx Biloba Flower. HEX triplet: B9, 86 and DA. RGB value is (185,134,218). Sum of RGB (Red+Green+Blue) = 185+134+218=537 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.45% from 537); Green value is 134 (52.73% from 255 or 24.95% from 537); Blue value is 218 (85.55% from 255 or 40.60% from 537); Max value from RGB is 218 - color contains mainly: blue. Hex color #B986DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B986DA is #467925. Grayscale: #9E9E9E. Windows color (decimal): -4618534 or 14321337. OLE color: 14321337.

HSL color Cylindrical-coordinate representation of color #B986DA: hue angle of 276.43º 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 #B986DA is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB185134218-
CMYK0.150.3900.15
HSL276.43º53.16%69.02%-
HSV(B)276.43º38.53%85.49%-
XYZ41.1932.4370.42-
YUV158.83161.4146.67-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.45%
GREEN value IS 134 (52.73% from 255) = 24.95%
BLUE value IS 218 (85.55% from 255) = 40.60%
R=34.45%
G=24.95%
B=40.60%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1851342180.150.3900.15276.4353.1669.02
HexB986DAF270F1143545
Octal271206332174701742465105
Binary1011100110000110110110101111100111011111000101001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B986DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B986DA; }

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

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

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

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

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

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

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

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