#B686DB

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

Shades of Biloba Flower #B686DB

Tints of Biloba Flower #B686DB

Color information

#B686DB (or 0xB686DB) is unknown color: approx Biloba Flower. HEX triplet: B6, 86 and DB. RGB value is (182,134,219). Sum of RGB (Red+Green+Blue) = 182+134+219=535 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.02% from 535); Green value is 134 (52.73% from 255 or 25.05% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 219 - color contains mainly: blue. Hex color #B686DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B686DB is #497924. Grayscale: #9D9D9D. Windows color (decimal): -4815141 or 14386870. OLE color: 14386870.

HSL color Cylindrical-coordinate representation of color #B686DB: hue angle of 273.88º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B686DB is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB182134219-
CMYK0.170.3900.14
HSL273.88º54.14%69.22%-
HSV(B)273.88º38.81%85.88%-
XYZ40.632.1171.08-
YUV158.04162.4145.09-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.02%
GREEN value IS 134 (52.73% from 255) = 25.05%
BLUE value IS 219 (85.94% from 255) = 40.93%
R=34.02%
G=25.05%
B=40.93%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1821342190.170.3900.14273.8854.1469.22
HexB686DB11270E1123645
Octal266206333214701642266105
Binary10110110100001101101101110001100111011101000100101101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B686DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B686DB; }

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

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

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

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

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

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

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

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