#B686DA

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

Shades of Biloba Flower #B686DA

Tints of Biloba Flower #B686DA

Color information

#B686DA (or 0xB686DA) is unknown color: approx Biloba Flower. HEX triplet: B6, 86 and DA. RGB value is (182,134,218). Sum of RGB (Red+Green+Blue) = 182+134+218=534 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.08% from 534); Green value is 134 (52.73% from 255 or 25.09% from 534); Blue value is 218 (85.55% from 255 or 40.82% from 534); Max value from RGB is 218 - color contains mainly: blue. Hex color #B686DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B686DA is #497925. Grayscale: #9D9D9D. Windows color (decimal): -4815142 or 14321334. OLE color: 14321334.

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

Color convert

RGB182134218-
CMYK0.170.3900.15
HSL274.29º53.16%69.02%-
HSV(B)274.29º38.53%85.49%-
XYZ40.4732.0670.38-
YUV157.93161.9145.17-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.08%
GREEN value IS 134 (52.73% from 255) = 25.09%
BLUE value IS 218 (85.55% from 255) = 40.82%
R=34.08%
G=25.09%
B=40.82%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1821342180.170.3900.15274.2953.1669.02
HexB686DA11270F1123545
Octal266206332214701742265105
Binary10110110100001101101101010001100111011111000100101101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B686DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B686DA; }

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

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

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

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

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

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

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

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