#b686e7

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

Shades of Biloba Flower #B686E7

Tints of Biloba Flower #B686E7

Color information

#B686E7 (or 0xB686E7) is unknown color: approx Biloba Flower. HEX triplet: B6, 86 and E7. RGB value is (182,134,231). Sum of RGB (Red+Green+Blue) = 182+134+231=547 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.27% from 547); Green value is 134 (52.73% from 255 or 24.50% from 547); Blue value is 231 (90.62% from 255 or 42.23% from 547); Max value from RGB is 231 - color contains mainly: blue. Hex color #B686E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B686E7 is #497918. Grayscale: #9F9F9F. Windows color (decimal): -4815129 or 15173302. OLE color: 15173302.

HSL color Cylindrical-coordinate representation of color #B686E7: hue angle of 269.69º degrees, saturation: 0.67, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B686E7 is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB182134231-
CMYK0.210.4200.09
HSL269.69º66.9%71.57%-
HSV(B)269.69º41.99%90.59%-
XYZ42.2432.7679.7-
YUV159.41168.4144.11-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.27%
GREEN value IS 134 (52.73% from 255) = 24.50%
BLUE value IS 231 (90.62% from 255) = 42.23%
R=33.27%
G=24.50%
B=42.23%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1821342310.210.4200.09269.6966.971.57
HexB686E7152A0910e4348
Octal2662063472552011416103110
Binary101101101000011011100111101011010100100110000111010000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b686e7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b686e7; }

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

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

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

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

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

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

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

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