#B98BDE

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

Shades of Biloba Flower #B98BDE

Tints of Biloba Flower #B98BDE

Color information

#B98BDE (or 0xB98BDE) is unknown color: approx Biloba Flower. HEX triplet: B9, 8B and DE. RGB value is (185,139,222). Sum of RGB (Red+Green+Blue) = 185+139+222=546 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.88% from 546); Green value is 139 (54.69% from 255 or 25.46% from 546); Blue value is 222 (87.11% from 255 or 40.66% from 546); Max value from RGB is 222 - color contains mainly: blue. Hex color #B98BDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98BDE is #467421. Grayscale: #A1A1A1. Windows color (decimal): -4617250 or 14584761. OLE color: 14584761.

HSL color Cylindrical-coordinate representation of color #B98BDE: hue angle of 273.25º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B98BDE is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB185139222-
CMYK0.170.3700.13
HSL273.25º55.7%70.78%-
HSV(B)273.25º37.39%87.06%-
XYZ42.4334.0573.44-
YUV162.22161.74144.25-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.88%
GREEN value IS 139 (54.69% from 255) = 25.46%
BLUE value IS 222 (87.11% from 255) = 40.66%
R=33.88%
G=25.46%
B=40.66%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1851392220.170.3700.13273.2555.770.78
HexB98BDE11250D1113847
Octal271213336214501542170107
Binary10111001100010111101111010001100101011011000100011110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98BDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98BDE; }

 p { color: rgb(185,139,222); }

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

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

 a { background-color: rgb(185,139,222); }

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

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

 span { border-color: rgb(185,139,222); }

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