#B092E7

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

Shades of Biloba Flower #B092E7

Tints of Biloba Flower #B092E7

Color information

#B092E7 (or 0xB092E7) is unknown color: approx Biloba Flower. HEX triplet: B0, 92 and E7. RGB value is (176,146,231). Sum of RGB (Red+Green+Blue) = 176+146+231=553 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.83% from 553); Green value is 146 (57.42% from 255 or 26.40% from 553); Blue value is 231 (90.62% from 255 or 41.77% from 553); Max value from RGB is 231 - color contains mainly: blue. Hex color #B092E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B092E7 is #4F6D18. Grayscale: #A4A4A4. Windows color (decimal): -5205273 or 15176368. OLE color: 15176368.

HSL color Cylindrical-coordinate representation of color #B092E7: hue angle of 261.18º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B092E7 is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB176146231-
CMYK0.240.3700.09
HSL261.18º63.91%73.92%-
HSV(B)261.18º36.8%90.59%-
XYZ42.6135.5680.22-
YUV164.66165.44136.09-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.83%
GREEN value IS 146 (57.42% from 255) = 26.40%
BLUE value IS 231 (90.62% from 255) = 41.77%
R=31.83%
G=26.40%
B=41.77%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1761462310.240.3700.09261.1863.9173.92
HexB092E7182509105404a
Octal2602223473045011405100112
Binary101100001001001011100111110001001010100110000010110000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B092E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B092E7; }

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

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

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

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

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

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

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

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