#B093EE

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

Shades of Biloba Flower #B093EE

Tints of Biloba Flower #B093EE

Color information

#B093EE (or 0xB093EE) is unknown color: approx Biloba Flower. HEX triplet: B0, 93 and EE. RGB value is (176,147,238). Sum of RGB (Red+Green+Blue) = 176+147+238=561 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.37% from 561); Green value is 147 (57.81% from 255 or 26.20% from 561); Blue value is 238 (93.36% from 255 or 42.42% from 561); Max value from RGB is 238 - color contains mainly: blue. Hex color #B093EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B093EE is #4F6C11. Grayscale: #A5A5A5. Windows color (decimal): -5205010 or 15635376. OLE color: 15635376.

HSL color Cylindrical-coordinate representation of color #B093EE: hue angle of 259.12º degrees, saturation: 0.73, 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 #B093EE is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB176147238-
CMYK0.260.3800.07
HSL259.12º72.8%75.49%-
HSV(B)259.12º38.24%93.33%-
XYZ43.7736.2785.58-
YUV166.04168.61135.1-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.37%
GREEN value IS 147 (57.81% from 255) = 26.20%
BLUE value IS 238 (93.36% from 255) = 42.42%
R=31.37%
G=26.20%
B=42.42%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1761472380.260.3800.07259.1272.875.49
HexB093EE1A2607103494b
Octal260223356324607403111113
Binary10110000100100111110111011010100110011110000001110010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B093EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B093EE; }

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

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

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

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

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

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

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

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