#B098E7

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

Shades of Biloba Flower #B098E7

Tints of Biloba Flower #B098E7

Color information

#B098E7 (or 0xB098E7) is unknown color: approx Biloba Flower. HEX triplet: B0, 98 and E7. RGB value is (176,152,231). Sum of RGB (Red+Green+Blue) = 176+152+231=559 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.48% from 559); Green value is 152 (59.77% from 255 or 27.19% from 559); Blue value is 231 (90.62% from 255 or 41.32% from 559); Max value from RGB is 231 - color contains mainly: blue. Hex color #B098E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B098E7 is #4F6718. Grayscale: #A7A7A7. Windows color (decimal): -5203737 or 15177904. OLE color: 15177904.

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

Color convert

RGB176152231-
CMYK0.240.3400.09
HSL258.23º62.2%75.1%-
HSV(B)258.23º34.2%90.59%-
XYZ43.5637.4680.54-
YUV168.18163.45133.58-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.48%
GREEN value IS 152 (59.77% from 255) = 27.19%
BLUE value IS 231 (90.62% from 255) = 41.32%
R=31.48%
G=27.19%
B=41.32%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1761522310.240.3400.09258.2362.275.1
HexB098E71822091023e4b
Octal260230347304201140276113
Binary10110000100110001110011111000100010010011000000101111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B098E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B098E7; }

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

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

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

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

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

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

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

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