#B686DE

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

Shades of Biloba Flower #B686DE

Tints of Biloba Flower #B686DE

Color information

#B686DE (or 0xB686DE) is unknown color: approx Biloba Flower. HEX triplet: B6, 86 and DE. RGB value is (182,134,222). Sum of RGB (Red+Green+Blue) = 182+134+222=538 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.83% from 538); Green value is 134 (52.73% from 255 or 24.91% from 538); Blue value is 222 (87.11% from 255 or 41.26% from 538); Max value from RGB is 222 - color contains mainly: blue. Hex color #B686DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B686DE is #497921. Grayscale: #9E9E9E. Windows color (decimal): -4815138 or 14583478. OLE color: 14583478.

HSL color Cylindrical-coordinate representation of color #B686DE: hue angle of 272.73º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B686DE is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB182134222-
CMYK0.180.4000.13
HSL272.73º57.14%69.8%-
HSV(B)272.73º39.64%87.06%-
XYZ4132.2773.17-
YUV158.38163.9144.84-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.83%
GREEN value IS 134 (52.73% from 255) = 24.91%
BLUE value IS 222 (87.11% from 255) = 41.26%
R=33.83%
G=24.91%
B=41.26%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1821342220.180.4000.13272.7357.1469.8
HexB686DE12280D1113946
Octal266206336225001542171106
Binary10110110100001101101111010010101000011011000100011110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B686DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B686DE; }

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

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

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

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

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

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

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

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