#B98EE9

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

Shades of Biloba Flower #B98EE9

Tints of Biloba Flower #B98EE9

Color information

#B98EE9 (or 0xB98EE9) is unknown color: approx Biloba Flower. HEX triplet: B9, 8E and E9. RGB value is (185,142,233). Sum of RGB (Red+Green+Blue) = 185+142+233=560 (74% of max value = 765). Red value is 185 (72.66% from 255 or 33.04% from 560); Green value is 142 (55.86% from 255 or 25.36% from 560); Blue value is 233 (91.41% from 255 or 41.61% from 560); Max value from RGB is 233 - color contains mainly: blue. Hex color #B98EE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B98EE9 is #467116. Grayscale: #A4A4A4. Windows color (decimal): -4616471 or 15306425. OLE color: 15306425.

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

Color convert

RGB185142233-
CMYK0.210.3900.09
HSL268.35º67.41%73.53%-
HSV(B)268.35º39.06%91.37%-
XYZ44.3935.5481.61-
YUV165.23166.25142.1-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.04%
GREEN value IS 142 (55.86% from 255) = 25.36%
BLUE value IS 233 (91.41% from 255) = 41.61%
R=33.04%
G=25.36%
B=41.61%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1851422330.210.3900.09268.3567.4173.53
HexB98EE915270910c434a
Octal2712163512547011414103112
Binary101110011000111011101001101011001110100110000110010000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98EE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98EE9; }

 p { color: rgb(185,142,233); }

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

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

 a { background-color: rgb(185,142,233); }

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

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

 span { border-color: rgb(185,142,233); }

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