#B986DD

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

Shades of Biloba Flower #B986DD

Tints of Biloba Flower #B986DD

Color information

#B986DD (or 0xB986DD) is unknown color: approx Biloba Flower. HEX triplet: B9, 86 and DD. RGB value is (185,134,221). Sum of RGB (Red+Green+Blue) = 185+134+221=540 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.26% from 540); Green value is 134 (52.73% from 255 or 24.81% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 221 - color contains mainly: blue. Hex color #B986DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B986DD is #467922. Grayscale: #9E9E9E. Windows color (decimal): -4618531 or 14517945. OLE color: 14517945.

HSL color Cylindrical-coordinate representation of color #B986DD: hue angle of 275.17º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B986DD is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB185134221-
CMYK0.160.3900.13
HSL275.17º56.13%69.61%-
HSV(B)275.17º39.37%86.67%-
XYZ41.5832.5872.5-
YUV159.17162.9146.43-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.26%
GREEN value IS 134 (52.73% from 255) = 24.81%
BLUE value IS 221 (86.72% from 255) = 40.93%
R=34.26%
G=24.81%
B=40.93%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1851342210.160.3900.13275.1756.1369.61
HexB986DD10270D1133846
Octal271206335204701542370106
Binary10111001100001101101110110000100111011011000100111110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B986DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B986DD; }

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

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

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

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

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

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

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

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