#B98DDA

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

Shades of Biloba Flower #B98DDA

Tints of Biloba Flower #B98DDA

Color information

#B98DDA (or 0xB98DDA) is unknown color: approx Biloba Flower. HEX triplet: B9, 8D and DA. RGB value is (185,141,218). Sum of RGB (Red+Green+Blue) = 185+141+218=544 (72% of max value = 765). Red value is 185 (72.66% from 255 or 34.01% from 544); Green value is 141 (55.47% from 255 or 25.92% from 544); Blue value is 218 (85.55% from 255 or 40.07% from 544); Max value from RGB is 218 - color contains mainly: blue. Hex color #B98DDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98DDA is #467225. Grayscale: #A2A2A2. Windows color (decimal): -4616742 or 14323129. OLE color: 14323129.

HSL color Cylindrical-coordinate representation of color #B98DDA: hue angle of 274.29º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B98DDA is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB185141218-
CMYK0.150.3500.15
HSL274.29º50.99%70.39%-
HSV(B)274.29º35.32%85.49%-
XYZ42.1934.4370.75-
YUV162.93159.08143.74-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.01%
GREEN value IS 141 (55.47% from 255) = 25.92%
BLUE value IS 218 (85.55% from 255) = 40.07%
R=34.01%
G=25.92%
B=40.07%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1851412180.150.3500.15274.2950.9970.39
HexB98DDAF230F1123346
Octal271215332174301742263106
Binary1011100110001101110110101111100011011111000100101100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98DDA; }

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

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

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

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

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

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

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

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