#B09AD9

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

Shades of Biloba Flower #B09AD9

Tints of Biloba Flower #B09AD9

Color information

#B09AD9 (or 0xB09AD9) is unknown color: approx Biloba Flower. HEX triplet: B0, 9A and D9. RGB value is (176,154,217). Sum of RGB (Red+Green+Blue) = 176+154+217=547 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.18% from 547); Green value is 154 (60.55% from 255 or 28.15% from 547); Blue value is 217 (85.16% from 255 or 39.67% from 547); Max value from RGB is 217 - color contains mainly: blue. Hex color #B09AD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09AD9 is #4F6526. Grayscale: #A7A7A7. Windows color (decimal): -5203239 or 14260912. OLE color: 14260912.

HSL color Cylindrical-coordinate representation of color #B09AD9: hue angle of 260.95º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B09AD9 is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB176154217-
CMYK0.190.2900.15
HSL260.95º45.32%72.75%-
HSV(B)260.95º29.03%85.1%-
XYZ41.9837.3570.64-
YUV167.76155.79133.88-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.18%
GREEN value IS 154 (60.55% from 255) = 28.15%
BLUE value IS 217 (85.16% from 255) = 39.67%
R=32.18%
G=28.15%
B=39.67%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1761542170.190.2900.15260.9545.3272.75
HexB09AD9131D0F1052d49
Octal260232331233501740555111
Binary1011000010011010110110011001111101011111000001011011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09AD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09AD9; }

 p { color: rgb(176,154,217); }

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

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

 a { background-color: rgb(176,154,217); }

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

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

 span { border-color: rgb(176,154,217); }

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