#B086FF

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

Shades of Biloba Flower #B086FF

Tints of Biloba Flower #B086FF

Color information

#B086FF (or 0xB086FF) is unknown color: approx Biloba Flower. HEX triplet: B0, 86 and FF. RGB value is (176,134,255). Sum of RGB (Red+Green+Blue) = 176+134+255=565 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.15% from 565); Green value is 134 (52.73% from 255 or 23.72% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #B086FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B086FF is #4F7900. Grayscale: #9F9F9F. Windows color (decimal): -5208321 or 16746160. OLE color: 16746160.

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

Color convert

RGB176134255-
CMYK0.310.4700
HSL260.83º100%76.27%-
HSV(B)260.83º47.45%100%-
XYZ44.4833.598.73-
YUV160.35181.41139.16-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.15%
GREEN value IS 134 (52.73% from 255) = 23.72%
BLUE value IS 255 (100% from 255) = 45.13%
R=31.15%
G=23.72%
B=45.13%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1761342550.310.4700260.8310076.27
HexB086FF1F2F00105644c
Octal260206377375700405144114
Binary101100001000011011111111111111011110010000010111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B086FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B086FF; }

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

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

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

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

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

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

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

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