#B986FC

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

Shades of Biloba Flower #B986FC

Tints of Biloba Flower #B986FC

Color information

#B986FC (or 0xB986FC) is unknown color: approx Biloba Flower. HEX triplet: B9, 86 and FC. RGB value is (185,134,252). Sum of RGB (Red+Green+Blue) = 185+134+252=571 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.40% from 571); Green value is 134 (52.73% from 255 or 23.47% from 571); Blue value is 252 (98.83% from 255 or 44.13% from 571); Max value from RGB is 252 - color contains mainly: blue. Hex color #B986FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B986FC is #467903. Grayscale: #A2A2A2. Windows color (decimal): -4618500 or 16549561. OLE color: 16549561.

HSL color Cylindrical-coordinate representation of color #B986FC: hue angle of 265.93º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B986FC is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB185134252-
CMYK0.270.4700.01
HSL265.93º95.16%75.69%-
HSV(B)265.93º46.83%98.82%-
XYZ46.134.3996.3-
YUV162.7178.4143.91-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.40%
GREEN value IS 134 (52.73% from 255) = 23.47%
BLUE value IS 252 (98.83% from 255) = 44.13%
R=32.40%
G=23.47%
B=44.13%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1851342520.270.4700.01265.9395.1675.69
HexB986FC1B2F0110a5f4c
Octal271206374335701412137114
Binary101110011000011011111100110111011110110000101010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B986FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B986FC; }

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

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

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

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

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

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

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

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