#B98AFB

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

Shades of Biloba Flower #B98AFB

Tints of Biloba Flower #B98AFB

Color information

#B98AFB (or 0xB98AFB) is unknown color: approx Biloba Flower. HEX triplet: B9, 8A and FB. RGB value is (185,138,251). Sum of RGB (Red+Green+Blue) = 185+138+251=574 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.23% from 574); Green value is 138 (54.30% from 255 or 24.04% from 574); Blue value is 251 (98.44% from 255 or 43.73% from 574); Max value from RGB is 251 - color contains mainly: blue. Hex color #B98AFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B98AFB is #467504. Grayscale: #A4A4A4. Windows color (decimal): -4617477 or 16485049. OLE color: 16485049.

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

Color convert

RGB185138251-
CMYK0.260.4500.02
HSL264.96º93.39%76.27%-
HSV(B)264.96º45.02%98.43%-
XYZ46.5135.4695.66-
YUV164.94176.57142.31-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.23%
GREEN value IS 138 (54.30% from 255) = 24.04%
BLUE value IS 251 (98.44% from 255) = 43.73%
R=32.23%
G=24.04%
B=43.73%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1851382510.260.4500.02264.9693.3976.27
HexB98AFB1A2D021095d4c
Octal271212373325502411135114
Binary1011100110001010111110111101010110101010000100110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98AFB; }

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

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

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

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

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

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

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

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