#B092EA

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

Shades of Biloba Flower #B092EA

Tints of Biloba Flower #B092EA

Color information

#B092EA (or 0xB092EA) is unknown color: approx Biloba Flower. HEX triplet: B0, 92 and EA. RGB value is (176,146,234). Sum of RGB (Red+Green+Blue) = 176+146+234=556 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.65% from 556); Green value is 146 (57.42% from 255 or 26.26% from 556); Blue value is 234 (91.80% from 255 or 42.09% from 556); Max value from RGB is 234 - color contains mainly: blue. Hex color #B092EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B092EA is #4F6D15. Grayscale: #A4A4A4. Windows color (decimal): -5205270 or 15372976. OLE color: 15372976.

HSL color Cylindrical-coordinate representation of color #B092EA: hue angle of 260.45º degrees, saturation: 0.68, 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 #B092EA is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB176146234-
CMYK0.250.3800.08
HSL260.45º67.69%74.51%-
HSV(B)260.45º37.61%91.76%-
XYZ43.0335.7382.47-
YUV165166.94135.84-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.65%
GREEN value IS 146 (57.42% from 255) = 26.26%
BLUE value IS 234 (91.80% from 255) = 42.09%
R=31.65%
G=26.26%
B=42.09%

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
Decimal1761462340.250.3800.08260.4567.6974.51
HexB092EA192608104444b
Octal2602223523146010404104113
Binary101100001001001011101010110011001100100010000010010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B092EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B092EA; }

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

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

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

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

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

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

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

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