#B09FC1

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

Shades of Biloba Flower #B09FC1

Tints of Biloba Flower #B09FC1

Color information

#B09FC1 (or 0xB09FC1) is unknown color: approx Biloba Flower. HEX triplet: B0, 9F and C1. RGB value is (176,159,193). Sum of RGB (Red+Green+Blue) = 176+159+193=528 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.33% from 528); Green value is 159 (62.5% from 255 or 30.11% from 528); Blue value is 193 (75.78% from 255 or 36.55% from 528); Max value from RGB is 193 - color contains mainly: blue. Hex color #B09FC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09FC1 is #4F603E. Grayscale: #A7A7A7. Windows color (decimal): -5201983 or 12689328. OLE color: 12689328.

HSL color Cylindrical-coordinate representation of color #B09FC1: hue angle of 270º 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 #B09FC1 is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB176159193-
CMYK0.090.1800.24
HSL270º21.52%69.02%-
HSV(B)270º17.62%75.69%-
XYZ39.9337.8855.66-
YUV167.96142.13133.74-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.33%
GREEN value IS 159 (62.5% from 255) = 30.11%
BLUE value IS 193 (75.78% from 255) = 36.55%
R=33.33%
G=30.11%
B=36.55%

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
Decimal1761591930.090.1800.2427021.5269.02
HexB09FC191201810e1645
Octal260237301112203041626105
Binary101100001001111111000001100110010011000100001110101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09FC1; }

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

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

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

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

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

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

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

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