#B98AE8

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

Shades of Biloba Flower #B98AE8

Tints of Biloba Flower #B98AE8

Color information

#B98AE8 (or 0xB98AE8) is unknown color: approx Biloba Flower. HEX triplet: B9, 8A and E8. RGB value is (185,138,232). Sum of RGB (Red+Green+Blue) = 185+138+232=555 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.33% from 555); Green value is 138 (54.30% from 255 or 24.86% from 555); Blue value is 232 (91.02% from 255 or 41.80% from 555); Max value from RGB is 232 - color contains mainly: blue. Hex color #B98AE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B98AE8 is #467517. Grayscale: #A2A2A2. Windows color (decimal): -4617496 or 15239865. OLE color: 15239865.

HSL color Cylindrical-coordinate representation of color #B98AE8: hue angle of 270º degrees, saturation: 0.67, 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 #B98AE8 is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB185138232-
CMYK0.200.4100.09
HSL270º67.14%72.55%-
HSV(B)270º40.52%90.98%-
XYZ43.6634.3280.67-
YUV162.77167.07143.86-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.33%
GREEN value IS 138 (54.30% from 255) = 24.86%
BLUE value IS 232 (91.02% from 255) = 41.80%
R=33.33%
G=24.86%
B=41.80%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1851382320.200.4100.0927067.1472.55
HexB98AE814290910e4349
Octal2712123502451011416103111
Binary101110011000101011101000101001010010100110000111010000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98AE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98AE8; }

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

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

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

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

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

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

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

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