#B686F9

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

Shades of Biloba Flower #B686F9

Tints of Biloba Flower #B686F9

Color information

#B686F9 (or 0xB686F9) is unknown color: approx Biloba Flower. HEX triplet: B6, 86 and F9. RGB value is (182,134,249). Sum of RGB (Red+Green+Blue) = 182+134+249=565 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.21% from 565); Green value is 134 (52.73% from 255 or 23.72% from 565); Blue value is 249 (97.66% from 255 or 44.07% from 565); Max value from RGB is 249 - color contains mainly: blue. Hex color #B686F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B686F9 is #497906. Grayscale: #A1A1A1. Windows color (decimal): -4815111 or 16352950. OLE color: 16352950.

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

Color convert

RGB182134249-
CMYK0.270.4600.02
HSL265.04º90.55%75.1%-
HSV(B)265.04º46.18%97.65%-
XYZ44.9233.8393.79-
YUV161.46177.4142.65-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.21%
GREEN value IS 134 (52.73% from 255) = 23.72%
BLUE value IS 249 (97.66% from 255) = 44.07%
R=32.21%
G=23.72%
B=44.07%

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
Decimal1821342490.270.4600.02265.0490.5575.1
HexB686F91B2E021095b4b
Octal266206371335602411133113
Binary1011011010000110111110011101110111001010000100110110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B686F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B686F9; }

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

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

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

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

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

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

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

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