#B09FC9

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

Shades of Biloba Flower #B09FC9

Tints of Biloba Flower #B09FC9

Color information

#B09FC9 (or 0xB09FC9) is unknown color: approx Biloba Flower. HEX triplet: B0, 9F and C9. RGB value is (176,159,201). Sum of RGB (Red+Green+Blue) = 176+159+201=536 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.84% from 536); Green value is 159 (62.5% from 255 or 29.66% from 536); Blue value is 201 (78.91% from 255 or 37.5% from 536); Max value from RGB is 201 - color contains mainly: blue. Hex color #B09FC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09FC9 is #4F6036. Grayscale: #A8A8A8. Windows color (decimal): -5201975 or 13213616. OLE color: 13213616.

HSL color Cylindrical-coordinate representation of color #B09FC9: hue angle of 264.29º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B09FC9 is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB176159201-
CMYK0.120.2100.21
HSL264.29º28%70.59%-
HSV(B)264.29º20.9%78.82%-
XYZ40.8538.2460.49-
YUV168.87146.13133.08-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.84%
GREEN value IS 159 (62.5% from 255) = 29.66%
BLUE value IS 201 (78.91% from 255) = 37.5%
R=32.84%
G=29.66%
B=37.5%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1761592010.120.2100.21264.292870.59
HexB09FC9C150151081c47
Octal260237311142502541034107
Binary101100001001111111001001110010101010101100001000111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09FC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09FC9; }

 p { color: rgb(176,159,201); }

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

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

 a { background-color: rgb(176,159,201); }

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

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

 span { border-color: rgb(176,159,201); }

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