#B09ADD

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

Shades of Biloba Flower #B09ADD

Tints of Biloba Flower #B09ADD

Color information

#B09ADD (or 0xB09ADD) is unknown color: approx Biloba Flower. HEX triplet: B0, 9A and DD. RGB value is (176,154,221). Sum of RGB (Red+Green+Blue) = 176+154+221=551 (72% of max value = 765). Red value is 176 (69.14% from 255 or 31.94% from 551); Green value is 154 (60.55% from 255 or 27.95% from 551); Blue value is 221 (86.72% from 255 or 40.11% from 551); Max value from RGB is 221 - color contains mainly: blue. Hex color #B09ADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09ADD is #4F6522. Grayscale: #A7A7A7. Windows color (decimal): -5203235 or 14523056. OLE color: 14523056.

HSL color Cylindrical-coordinate representation of color #B09ADD: hue angle of 259.7º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B09ADD is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB176154221-
CMYK0.200.3000.13
HSL259.7º49.63%73.53%-
HSV(B)259.7º30.32%86.67%-
XYZ42.5137.5673.42-
YUV168.22157.79133.55-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.94%
GREEN value IS 154 (60.55% from 255) = 27.95%
BLUE value IS 221 (86.72% from 255) = 40.11%
R=31.94%
G=27.95%
B=40.11%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1761542210.200.3000.13259.749.6373.53
HexB09ADD141E0D104324a
Octal260232335243601540462112
Binary1011000010011010110111011010011110011011000001001100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09ADD; }

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

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

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

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

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

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

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

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