#B09BD8

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

Shades of Biloba Flower #B09BD8

Tints of Biloba Flower #B09BD8

Color information

#B09BD8 (or 0xB09BD8) is unknown color: approx Biloba Flower. HEX triplet: B0, 9B and D8. RGB value is (176,155,216). Sum of RGB (Red+Green+Blue) = 176+155+216=547 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.18% from 547); Green value is 155 (60.94% from 255 or 28.34% from 547); Blue value is 216 (84.77% from 255 or 39.49% from 547); Max value from RGB is 216 - color contains mainly: blue. Hex color #B09BD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09BD8 is #4F6427. Grayscale: #A8A8A8. Windows color (decimal): -5202984 or 14195632. OLE color: 14195632.

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

Color convert

RGB176155216-
CMYK0.190.2800.15
HSL260.66º43.88%72.75%-
HSV(B)260.66º28.24%84.71%-
XYZ42.0237.6370.01-
YUV168.23154.96133.54-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.18%
GREEN value IS 155 (60.94% from 255) = 28.34%
BLUE value IS 216 (84.77% from 255) = 39.49%
R=32.18%
G=28.34%
B=39.49%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1761552160.190.2800.15260.6643.8872.75
HexB09BD8131C0F1052c49
Octal260233330233401740554111
Binary1011000010011011110110001001111100011111000001011011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09BD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09BD8; }

 p { color: rgb(176,155,216); }

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

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

 a { background-color: rgb(176,155,216); }

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

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

 span { border-color: rgb(176,155,216); }

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