#B09FC2

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

Shades of Biloba Flower #B09FC2

Tints of Biloba Flower #B09FC2

Color information

#B09FC2 (or 0xB09FC2) is unknown color: approx Biloba Flower. HEX triplet: B0, 9F and C2. RGB value is (176,159,194). Sum of RGB (Red+Green+Blue) = 176+159+194=529 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.27% from 529); Green value is 159 (62.5% from 255 or 30.06% from 529); Blue value is 194 (76.17% from 255 or 36.67% from 529); Max value from RGB is 194 - color contains mainly: blue. Hex color #B09FC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09FC2 is #4F603D. Grayscale: #A7A7A7. Windows color (decimal): -5201982 or 12754864. OLE color: 12754864.

HSL color Cylindrical-coordinate representation of color #B09FC2: hue angle of 269.14º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B09FC2 is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB176159194-
CMYK0.090.1800.24
HSL269.14º22.29%69.22%-
HSV(B)269.14º18.04%76.08%-
XYZ40.0437.9256.25-
YUV168.07142.63133.65-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.27%
GREEN value IS 159 (62.5% from 255) = 30.06%
BLUE value IS 194 (76.17% from 255) = 36.67%
R=33.27%
G=30.06%
B=36.67%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1761591940.090.1800.24269.1422.2969.22
HexB09FC291201810d1645
Octal260237302112203041526105
Binary101100001001111111000010100110010011000100001101101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09FC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09FC2; }

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

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

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

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

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

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

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

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