#B092EB

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

Shades of Biloba Flower #B092EB

Tints of Biloba Flower #B092EB

Color information

#B092EB (or 0xB092EB) is unknown color: approx Biloba Flower. HEX triplet: B0, 92 and EB. RGB value is (176,146,235). Sum of RGB (Red+Green+Blue) = 176+146+235=557 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.60% from 557); Green value is 146 (57.42% from 255 or 26.21% from 557); Blue value is 235 (92.19% from 255 or 42.19% from 557); Max value from RGB is 235 - color contains mainly: blue. Hex color #B092EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B092EB is #4F6D14. Grayscale: #A4A4A4. Windows color (decimal): -5205269 or 15438512. OLE color: 15438512.

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

Color convert

RGB176146235-
CMYK0.250.3800.08
HSL260.22º68.99%74.71%-
HSV(B)260.22º37.87%92.16%-
XYZ43.1835.7983.23-
YUV165.12167.44135.76-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.60%
GREEN value IS 146 (57.42% from 255) = 26.21%
BLUE value IS 235 (92.19% from 255) = 42.19%
R=31.60%
G=26.21%
B=42.19%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1761462350.250.3800.08260.2268.9974.71
HexB092EB192608104454b
Octal2602223533146010404105113
Binary101100001001001011101011110011001100100010000010010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B092EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B092EB; }

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

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

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

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

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

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

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

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