#B093EC

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

Shades of Biloba Flower #B093EC

Tints of Biloba Flower #B093EC

Color information

#B093EC (or 0xB093EC) is unknown color: approx Biloba Flower. HEX triplet: B0, 93 and EC. RGB value is (176,147,236). Sum of RGB (Red+Green+Blue) = 176+147+236=559 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.48% from 559); Green value is 147 (57.81% from 255 or 26.30% from 559); Blue value is 236 (92.58% from 255 or 42.22% from 559); Max value from RGB is 236 - color contains mainly: blue. Hex color #B093EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B093EC is #4F6C13. Grayscale: #A5A5A5. Windows color (decimal): -5205012 or 15504304. OLE color: 15504304.

HSL color Cylindrical-coordinate representation of color #B093EC: hue angle of 259.55º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B093EC is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB176147236-
CMYK0.250.3800.07
HSL259.55º70.08%75.1%-
HSV(B)259.55º37.71%92.55%-
XYZ43.4836.1584.04-
YUV165.82167.61135.26-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.48%
GREEN value IS 147 (57.81% from 255) = 26.30%
BLUE value IS 236 (92.58% from 255) = 42.22%
R=31.48%
G=26.30%
B=42.22%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1761472360.250.3800.07259.5570.0875.1
HexB093EC192607104464b
Octal260223354314607404106113
Binary10110000100100111110110011001100110011110000010010001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B093EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B093EC; }

 p { color: rgb(176,147,236); }

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

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

 a { background-color: rgb(176,147,236); }

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

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

 span { border-color: rgb(176,147,236); }

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