#B686FB

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

Shades of Biloba Flower #B686FB

Tints of Biloba Flower #B686FB

Color information

#B686FB (or 0xB686FB) is unknown color: approx Biloba Flower. HEX triplet: B6, 86 and FB. RGB value is (182,134,251). Sum of RGB (Red+Green+Blue) = 182+134+251=567 (75% of max value = 765). Red value is 182 (71.48% from 255 or 32.10% from 567); Green value is 134 (52.73% from 255 or 23.63% from 567); Blue value is 251 (98.44% from 255 or 44.27% from 567); Max value from RGB is 251 - color contains mainly: blue. Hex color #B686FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B686FB is #497904. Grayscale: #A1A1A1. Windows color (decimal): -4815109 or 16484022. OLE color: 16484022.

HSL color Cylindrical-coordinate representation of color #B686FB: hue angle of 264.62º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B686FB is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB182134251-
CMYK0.270.4700.02
HSL264.62º93.6%75.49%-
HSV(B)264.62º46.61%98.43%-
XYZ45.2333.9695.44-
YUV161.69178.4142.49-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.10%
GREEN value IS 134 (52.73% from 255) = 23.63%
BLUE value IS 251 (98.44% from 255) = 44.27%
R=32.10%
G=23.63%
B=44.27%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1821342510.270.4700.02264.6293.675.49
HexB686FB1B2F021095e4b
Octal266206373335702411136113
Binary1011011010000110111110111101110111101010000100110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B686FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B686FB; }

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

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

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

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

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

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

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

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