#B686EB

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

Shades of Biloba Flower #B686EB

Tints of Biloba Flower #B686EB

Color information

#B686EB (or 0xB686EB) is unknown color: approx Biloba Flower. HEX triplet: B6, 86 and EB. RGB value is (182,134,235). Sum of RGB (Red+Green+Blue) = 182+134+235=551 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.03% from 551); Green value is 134 (52.73% from 255 or 24.32% from 551); Blue value is 235 (92.19% from 255 or 42.65% from 551); Max value from RGB is 235 - color contains mainly: blue. Hex color #B686EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B686EB is #497914. Grayscale: #9F9F9F. Windows color (decimal): -4815125 or 15435446. OLE color: 15435446.

HSL color Cylindrical-coordinate representation of color #B686EB: hue angle of 268.51º degrees, saturation: 0.72, 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 #B686EB is Cyan = 0.23, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB182134235-
CMYK0.230.4300.08
HSL268.51º71.63%72.35%-
HSV(B)268.51º42.98%92.16%-
XYZ42.8132.9982.71-
YUV159.87170.4143.79-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.03%
GREEN value IS 134 (52.73% from 255) = 24.32%
BLUE value IS 235 (92.19% from 255) = 42.65%
R=33.03%
G=24.32%
B=42.65%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1821342350.230.4300.08268.5171.6372.35
HexB686EB172B0810d4848
Octal2662063532753010415110110
Binary101101101000011011101011101111010110100010000110110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B686EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B686EB; }

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

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

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

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

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

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

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

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