#B686FA

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

Shades of Biloba Flower #B686FA

Tints of Biloba Flower #B686FA

Color information

#B686FA (or 0xB686FA) is unknown color: approx Biloba Flower. HEX triplet: B6, 86 and FA. RGB value is (182,134,250). Sum of RGB (Red+Green+Blue) = 182+134+250=566 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.16% from 566); Green value is 134 (52.73% from 255 or 23.67% from 566); Blue value is 250 (98.05% from 255 or 44.17% from 566); Max value from RGB is 250 - color contains mainly: blue. Hex color #B686FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B686FA is #497905. Grayscale: #A1A1A1. Windows color (decimal): -4815110 or 16418486. OLE color: 16418486.

HSL color Cylindrical-coordinate representation of color #B686FA: hue angle of 264.83º degrees, saturation: 0.92, 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 #B686FA is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB182134250-
CMYK0.270.4600.02
HSL264.83º92.06%75.29%-
HSV(B)264.83º46.4%98.04%-
XYZ45.0733.994.61-
YUV161.58177.9142.57-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.16%
GREEN value IS 134 (52.73% from 255) = 23.67%
BLUE value IS 250 (98.05% from 255) = 44.17%
R=32.16%
G=23.67%
B=44.17%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1821342500.270.4600.02264.8392.0675.29
HexB686FA1B2E021095c4b
Octal266206372335602411134113
Binary1011011010000110111110101101110111001010000100110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B686FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B686FA; }

 p { color: rgb(182,134,250); }

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

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

 a { background-color: rgb(182,134,250); }

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

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

 span { border-color: rgb(182,134,250); }

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