#B09FC6

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

Shades of Biloba Flower #B09FC6

Tints of Biloba Flower #B09FC6

Color information

#B09FC6 (or 0xB09FC6) is unknown color: approx Biloba Flower. HEX triplet: B0, 9F and C6. RGB value is (176,159,198). Sum of RGB (Red+Green+Blue) = 176+159+198=533 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.02% from 533); Green value is 159 (62.5% from 255 or 29.83% from 533); Blue value is 198 (77.73% from 255 or 37.15% from 533); Max value from RGB is 198 - color contains mainly: blue. Hex color #B09FC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09FC6 is #4F6039. Grayscale: #A8A8A8. Windows color (decimal): -5201978 or 13017008. OLE color: 13017008.

HSL color Cylindrical-coordinate representation of color #B09FC6: hue angle of 266.15º degrees, saturation: 0.25, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B09FC6 is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB176159198-
CMYK0.110.2000.22
HSL266.15º25.49%70%-
HSV(B)266.15º19.7%77.65%-
XYZ40.538.158.65-
YUV168.53144.63133.33-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.02%
GREEN value IS 159 (62.5% from 255) = 29.83%
BLUE value IS 198 (77.73% from 255) = 37.15%
R=33.02%
G=29.83%
B=37.15%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1761591980.110.2000.22266.1525.4970
HexB09FC6B1401610a1946
Octal260237306132402641231106
Binary101100001001111111000110101110100010110100001010110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09FC6; }

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

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

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

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

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

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

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

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