#B09ADA

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

Shades of Biloba Flower #B09ADA

Tints of Biloba Flower #B09ADA

Color information

#B09ADA (or 0xB09ADA) is unknown color: approx Biloba Flower. HEX triplet: B0, 9A and DA. RGB value is (176,154,218). Sum of RGB (Red+Green+Blue) = 176+154+218=548 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.12% from 548); Green value is 154 (60.55% from 255 or 28.10% from 548); Blue value is 218 (85.55% from 255 or 39.78% from 548); Max value from RGB is 218 - color contains mainly: blue. Hex color #B09ADA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09ADA is #4F6525. Grayscale: #A7A7A7. Windows color (decimal): -5203238 or 14326448. OLE color: 14326448.

HSL color Cylindrical-coordinate representation of color #B09ADA: hue angle of 260.62º degrees, saturation: 0.46, 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 #B09ADA is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB176154218-
CMYK0.190.2900.15
HSL260.62º46.38%72.94%-
HSV(B)260.62º29.36%85.49%-
XYZ42.1137.471.33-
YUV167.87156.29133.8-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.12%
GREEN value IS 154 (60.55% from 255) = 28.10%
BLUE value IS 218 (85.55% from 255) = 39.78%
R=32.12%
G=28.10%
B=39.78%

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
Decimal1761542180.190.2900.15260.6246.3872.94
HexB09ADA131D0F1052e49
Octal260232332233501740556111
Binary1011000010011010110110101001111101011111000001011011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09ADA; }

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

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

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

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

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

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

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

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