#B086EA

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

Shades of Biloba Flower #B086EA

Tints of Biloba Flower #B086EA

Color information

#B086EA (or 0xB086EA) is unknown color: approx Biloba Flower. HEX triplet: B0, 86 and EA. RGB value is (176,134,234). Sum of RGB (Red+Green+Blue) = 176+134+234=544 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.35% from 544); Green value is 134 (52.73% from 255 or 24.63% from 544); Blue value is 234 (91.80% from 255 or 43.01% from 544); Max value from RGB is 234 - color contains mainly: blue. Hex color #B086EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B086EA is #4F7915. Grayscale: #9D9D9D. Windows color (decimal): -5208342 or 15369904. OLE color: 15369904.

HSL color Cylindrical-coordinate representation of color #B086EA: hue angle of 265.2º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B086EA is Cyan = 0.25, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB176134234-
CMYK0.250.4300.08
HSL265.2º70.42%72.16%-
HSV(B)265.2º42.74%91.76%-
XYZ41.2832.2281.89-
YUV157.96170.91140.87-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.35%
GREEN value IS 134 (52.73% from 255) = 24.63%
BLUE value IS 234 (91.80% from 255) = 43.01%
R=32.35%
G=24.63%
B=43.01%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1761342340.250.4300.08265.270.4272.16
HexB086EA192B081094648
Octal2602063523153010411106110
Binary101100001000011011101010110011010110100010000100110001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B086EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B086EA; }

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

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

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

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

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

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

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

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