#b092e4

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

Shades of Biloba Flower #B092E4

Tints of Biloba Flower #B092E4

Color information

#B092E4 (or 0xB092E4) is unknown color: approx Biloba Flower. HEX triplet: B0, 92 and E4. RGB value is (176,146,228). Sum of RGB (Red+Green+Blue) = 176+146+228=550 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32% from 550); Green value is 146 (57.42% from 255 or 26.55% from 550); Blue value is 228 (89.45% from 255 or 41.45% from 550); Max value from RGB is 228 - color contains mainly: blue. Hex color #B092E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B092E4 is #4F6D1B. Grayscale: #A4A4A4. Windows color (decimal): -5205276 or 14979760. OLE color: 14979760.

HSL color Cylindrical-coordinate representation of color #B092E4: hue angle of 261.95º degrees, saturation: 0.6, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B092E4 is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB176146228-
CMYK0.230.3600.11
HSL261.95º60.29%73.33%-
HSV(B)261.95º35.96%89.41%-
XYZ42.1935.3978.01-
YUV164.32163.94136.33-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32%
GREEN value IS 146 (57.42% from 255) = 26.55%
BLUE value IS 228 (89.45% from 255) = 41.45%
R=32%
G=26.55%
B=41.45%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1761462280.230.3600.11261.9560.2973.33
HexB092E417240B1063c49
Octal260222344274401340674111
Binary10110000100100101110010010111100100010111000001101111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b092e4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b092e4; }

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

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

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

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

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

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

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

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