#B086D7

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

Shades of Biloba Flower #B086D7

Tints of Biloba Flower #B086D7

Color information

#B086D7 (or 0xB086D7) is unknown color: approx Biloba Flower. HEX triplet: B0, 86 and D7. RGB value is (176,134,215). Sum of RGB (Red+Green+Blue) = 176+134+215=525 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.52% from 525); Green value is 134 (52.73% from 255 or 25.52% from 525); Blue value is 215 (84.38% from 255 or 40.95% from 525); Max value from RGB is 215 - color contains mainly: blue. Hex color #B086D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B086D7 is #4F7928. Grayscale: #9B9B9B. Windows color (decimal): -5208361 or 14124720. OLE color: 14124720.

HSL color Cylindrical-coordinate representation of color #B086D7: hue angle of 271.11º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B086D7 is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB176134215-
CMYK0.180.3800.16
HSL271.11º50.31%68.43%-
HSV(B)271.11º37.67%84.31%-
XYZ38.731.1968.27-
YUV155.79161.41142.41-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.52%
GREEN value IS 134 (52.73% from 255) = 25.52%
BLUE value IS 215 (84.38% from 255) = 40.95%
R=33.52%
G=25.52%
B=40.95%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1761342150.180.3800.16271.1150.3168.43
HexB086D7122601010f3244
Octal260206327224602041762104
Binary101100001000011011010111100101001100100001000011111100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B086D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B086D7; }

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

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

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

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

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

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

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

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