#B09FEB

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

Shades of Biloba Flower #B09FEB

Tints of Biloba Flower #B09FEB

Color information

#B09FEB (or 0xB09FEB) is unknown color: approx Biloba Flower. HEX triplet: B0, 9F and EB. RGB value is (176,159,235). Sum of RGB (Red+Green+Blue) = 176+159+235=570 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.88% from 570); Green value is 159 (62.5% from 255 or 27.89% from 570); Blue value is 235 (92.19% from 255 or 41.23% from 570); Max value from RGB is 235 - color contains mainly: blue. Hex color #B09FEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B09FEB is #4F6014. Grayscale: #ACACAC. Windows color (decimal): -5201941 or 15441840. OLE color: 15441840.

HSL color Cylindrical-coordinate representation of color #B09FEB: hue angle of 253.42º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B09FEB is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB176159235-
CMYK0.250.3200.08
HSL253.42º65.52%77.25%-
HSV(B)253.42º32.34%92.16%-
XYZ45.340.0283.94-
YUV172.75163.13130.32-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.88%
GREEN value IS 159 (62.5% from 255) = 27.89%
BLUE value IS 235 (92.19% from 255) = 41.23%
R=30.88%
G=27.89%
B=41.23%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1761592350.250.3200.08253.4265.5277.25
HexB09FEB192008fd424d
Octal2602373533140010375102115
Binary10110000100111111110101111001100000010001111110110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09FEB; }

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

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

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

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

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

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

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

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