#B086DF

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

Shades of Biloba Flower #B086DF

Tints of Biloba Flower #B086DF

Color information

#B086DF (or 0xB086DF) is unknown color: approx Biloba Flower. HEX triplet: B0, 86 and DF. RGB value is (176,134,223). Sum of RGB (Red+Green+Blue) = 176+134+223=533 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.02% from 533); Green value is 134 (52.73% from 255 or 25.14% from 533); Blue value is 223 (87.5% from 255 or 41.84% from 533); Max value from RGB is 223 - color contains mainly: blue. Hex color #B086DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B086DF is #4F7920. Grayscale: #9C9C9C. Windows color (decimal): -5208353 or 14649008. OLE color: 14649008.

HSL color Cylindrical-coordinate representation of color #B086DF: hue angle of 268.31º degrees, saturation: 0.58, 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 #B086DF is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB176134223-
CMYK0.210.4000.13
HSL268.31º58.17%70%-
HSV(B)268.31º39.91%87.45%-
XYZ39.7531.6173.82-
YUV156.7165.41141.76-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.02%
GREEN value IS 134 (52.73% from 255) = 25.14%
BLUE value IS 223 (87.5% from 255) = 41.84%
R=33.02%
G=25.14%
B=41.84%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1761342230.210.4000.13268.3158.1770
HexB086DF15280D10c3a46
Octal260206337255001541472106
Binary10110000100001101101111110101101000011011000011001110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B086DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B086DF; }

 p { color: rgb(176,134,223); }

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

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

 a { background-color: rgb(176,134,223); }

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

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

 span { border-color: rgb(176,134,223); }

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