#B98AE9

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

Shades of Biloba Flower #B98AE9

Tints of Biloba Flower #B98AE9

Color information

#B98AE9 (or 0xB98AE9) is unknown color: approx Biloba Flower. HEX triplet: B9, 8A and E9. RGB value is (185,138,233). Sum of RGB (Red+Green+Blue) = 185+138+233=556 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.27% from 556); Green value is 138 (54.30% from 255 or 24.82% from 556); Blue value is 233 (91.41% from 255 or 41.91% from 556); Max value from RGB is 233 - color contains mainly: blue. Hex color #B98AE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B98AE9 is #467516. Grayscale: #A2A2A2. Windows color (decimal): -4617495 or 15305401. OLE color: 15305401.

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

Color convert

RGB185138233-
CMYK0.210.4100.09
HSL269.68º68.35%72.75%-
HSV(B)269.68º40.77%91.37%-
XYZ43.834.3781.42-
YUV162.88167.57143.78-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.27%
GREEN value IS 138 (54.30% from 255) = 24.82%
BLUE value IS 233 (91.41% from 255) = 41.91%
R=33.27%
G=24.82%
B=41.91%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1851382330.210.4100.09269.6868.3572.75
HexB98AE915290910e4449
Octal2712123512551011416104111
Binary101110011000101011101001101011010010100110000111010001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98AE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98AE9; }

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

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

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

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

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

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

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

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