#B09AD7

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

Shades of Biloba Flower #B09AD7

Tints of Biloba Flower #B09AD7

Color information

#B09AD7 (or 0xB09AD7) is unknown color: approx Biloba Flower. HEX triplet: B0, 9A and D7. RGB value is (176,154,215). Sum of RGB (Red+Green+Blue) = 176+154+215=545 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.29% from 545); Green value is 154 (60.55% from 255 or 28.26% from 545); Blue value is 215 (84.38% from 255 or 39.45% from 545); Max value from RGB is 215 - color contains mainly: blue. Hex color #B09AD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09AD7 is #4F6528. Grayscale: #A7A7A7. Windows color (decimal): -5203241 or 14129840. OLE color: 14129840.

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

Color convert

RGB176154215-
CMYK0.180.2800.16
HSL261.64º43.26%72.35%-
HSV(B)261.64º28.37%84.31%-
XYZ41.7337.2569.28-
YUV167.53154.79134.04-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.29%
GREEN value IS 154 (60.55% from 255) = 28.26%
BLUE value IS 215 (84.38% from 255) = 39.45%
R=32.29%
G=28.26%
B=39.45%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1761542150.180.2800.16261.6443.2672.35
HexB09AD7121C0101062b48
Octal260232327223402040653110
Binary10110000100110101101011110010111000100001000001101010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09AD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09AD7; }

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

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

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

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

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

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

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

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