#B086F9

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

Shades of Biloba Flower #B086F9

Tints of Biloba Flower #B086F9

Color information

#B086F9 (or 0xB086F9) is unknown color: approx Biloba Flower. HEX triplet: B0, 86 and F9. RGB value is (176,134,249). Sum of RGB (Red+Green+Blue) = 176+134+249=559 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.48% from 559); Green value is 134 (52.73% from 255 or 23.97% from 559); Blue value is 249 (97.66% from 255 or 44.54% from 559); Max value from RGB is 249 - color contains mainly: blue. Hex color #B086F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B086F9 is #4F7906. Grayscale: #9F9F9F. Windows color (decimal): -5208327 or 16352944. OLE color: 16352944.

HSL color Cylindrical-coordinate representation of color #B086F9: hue angle of 261.91º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B086F9 is Cyan = 0.29, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB176134249-
CMYK0.290.4600.02
HSL261.91º90.55%75.1%-
HSV(B)261.91º46.18%97.65%-
XYZ43.5333.1293.72-
YUV159.67178.41139.65-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.48%
GREEN value IS 134 (52.73% from 255) = 23.97%
BLUE value IS 249 (97.66% from 255) = 44.54%
R=31.48%
G=23.97%
B=44.54%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1761342490.290.4600.02261.9190.5575.1
HexB086F91D2E021065b4b
Octal260206371355602406133113
Binary1011000010000110111110011110110111001010000011010110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B086F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B086F9; }

 p { color: rgb(176,134,249); }

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

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

 a { background-color: rgb(176,134,249); }

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

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

 span { border-color: rgb(176,134,249); }

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