#B086F0

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

Shades of Biloba Flower #B086F0

Tints of Biloba Flower #B086F0

Color information

#B086F0 (or 0xB086F0) is unknown color: approx Biloba Flower. HEX triplet: B0, 86 and F0. RGB value is (176,134,240). Sum of RGB (Red+Green+Blue) = 176+134+240=550 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32% from 550); Green value is 134 (52.73% from 255 or 24.36% from 550); Blue value is 240 (94.14% from 255 or 43.64% from 550); Max value from RGB is 240 - color contains mainly: blue. Hex color #B086F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B086F0 is #4F790F. Grayscale: #9E9E9E. Windows color (decimal): -5208336 or 15763120. OLE color: 15763120.

HSL color Cylindrical-coordinate representation of color #B086F0: hue angle of 263.77º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B086F0 is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB176134240-
CMYK0.270.4400.06
HSL263.77º77.94%73.33%-
HSV(B)263.77º44.17%94.12%-
XYZ42.1632.5786.5-
YUV158.64173.91140.38-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32%
GREEN value IS 134 (52.73% from 255) = 24.36%
BLUE value IS 240 (94.14% from 255) = 43.64%
R=32%
G=24.36%
B=43.64%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1761342400.270.4400.06263.7777.9473.33
HexB086F01B2C061084e49
Octal260206360335406410116111
Binary10110000100001101111000011011101100011010000100010011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B086F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B086F0; }

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

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

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

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

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

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

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

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