#B98DFB

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

Shades of Biloba Flower #B98DFB

Tints of Biloba Flower #B98DFB

Color information

#B98DFB (or 0xB98DFB) is unknown color: approx Biloba Flower. HEX triplet: B9, 8D and FB. RGB value is (185,141,251). Sum of RGB (Red+Green+Blue) = 185+141+251=577 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.06% from 577); Green value is 141 (55.47% from 255 or 24.44% from 577); Blue value is 251 (98.44% from 255 or 43.50% from 577); Max value from RGB is 251 - color contains mainly: blue. Hex color #B98DFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B98DFB is #467204. Grayscale: #A6A6A6. Windows color (decimal): -4616709 or 16485817. OLE color: 16485817.

HSL color Cylindrical-coordinate representation of color #B98DFB: hue angle of 264º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B98DFB is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB185141251-
CMYK0.260.4400.02
HSL264º93.22%76.86%-
HSV(B)264º43.82%98.43%-
XYZ46.9536.3395.8-
YUV166.7175.58141.06-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.06%
GREEN value IS 141 (55.47% from 255) = 24.44%
BLUE value IS 251 (98.44% from 255) = 43.50%
R=32.06%
G=24.44%
B=43.50%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1851412510.260.4400.0226493.2276.86
HexB98DFB1A2C021085d4d
Octal271215373325402410135115
Binary1011100110001101111110111101010110001010000100010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98DFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98DFB; }

 p { color: rgb(185,141,251); }

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

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

 a { background-color: rgb(185,141,251); }

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

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

 span { border-color: rgb(185,141,251); }

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