#B98ADE

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

Shades of Biloba Flower #B98ADE

Tints of Biloba Flower #B98ADE

Color information

#B98ADE (or 0xB98ADE) is unknown color: approx Biloba Flower. HEX triplet: B9, 8A and DE. RGB value is (185,138,222). Sum of RGB (Red+Green+Blue) = 185+138+222=545 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.94% from 545); Green value is 138 (54.30% from 255 or 25.32% from 545); Blue value is 222 (87.11% from 255 or 40.73% from 545); Max value from RGB is 222 - color contains mainly: blue. Hex color #B98ADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98ADE is #467521. Grayscale: #A1A1A1. Windows color (decimal): -4617506 or 14584505. OLE color: 14584505.

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

Color convert

RGB185138222-
CMYK0.170.3800.13
HSL273.57º56%70.59%-
HSV(B)273.57º37.84%87.06%-
XYZ42.2833.7773.4-
YUV161.63162.07144.67-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.94%
GREEN value IS 138 (54.30% from 255) = 25.32%
BLUE value IS 222 (87.11% from 255) = 40.73%
R=33.94%
G=25.32%
B=40.73%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1851382220.170.3800.13273.575670.59
HexB98ADE11260D1123847
Octal271212336214601542270107
Binary10111001100010101101111010001100110011011000100101110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98ADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98ADE; }

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

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

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

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

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

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

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

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