#b09fed

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

Shades of Biloba Flower #B09FED

Tints of Biloba Flower #B09FED

Color information

#B09FED (or 0xB09FED) is unknown color: approx Biloba Flower. HEX triplet: B0, 9F and ED. RGB value is (176,159,237). Sum of RGB (Red+Green+Blue) = 176+159+237=572 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.77% from 572); Green value is 159 (62.5% from 255 or 27.80% from 572); Blue value is 237 (92.97% from 255 or 41.43% from 572); Max value from RGB is 237 - color contains mainly: blue. Hex color #B09FED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B09FED is #4F6012. Grayscale: #ACACAC. Windows color (decimal): -5201939 or 15572912. OLE color: 15572912.

HSL color Cylindrical-coordinate representation of color #B09FED: hue angle of 253.08º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B09FED is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB176159237-
CMYK0.260.3300.07
HSL253.08º68.42%77.65%-
HSV(B)253.08º32.91%92.94%-
XYZ45.5940.1485.47-
YUV172.98164.13130.16-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.77%
GREEN value IS 159 (62.5% from 255) = 27.80%
BLUE value IS 237 (92.97% from 255) = 41.43%
R=30.77%
G=27.80%
B=41.43%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1761592370.260.3300.07253.0868.4277.65
HexB09FED1A2107fd444e
Octal260237355324107375104116
Binary1011000010011111111011011101010000101111111110110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b09fed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b09fed; }

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

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

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

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

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

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

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

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