#B98CD8

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

Shades of Biloba Flower #B98CD8

Tints of Biloba Flower #B98CD8

Color information

#B98CD8 (or 0xB98CD8) is unknown color: approx Biloba Flower. HEX triplet: B9, 8C and D8. RGB value is (185,140,216). Sum of RGB (Red+Green+Blue) = 185+140+216=541 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.20% from 541); Green value is 140 (55.08% from 255 or 25.88% from 541); Blue value is 216 (84.77% from 255 or 39.93% from 541); Max value from RGB is 216 - color contains mainly: blue. Hex color #B98CD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98CD8 is #467327. Grayscale: #A1A1A1. Windows color (decimal): -4617000 or 14191801. OLE color: 14191801.

HSL color Cylindrical-coordinate representation of color #B98CD8: hue angle of 275.53º degrees, saturation: 0.49, 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 #B98CD8 is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB185140216-
CMYK0.140.3500.15
HSL275.53º49.35%69.8%-
HSV(B)275.53º35.19%84.71%-
XYZ41.7834.0369.33-
YUV162.12158.41144.32-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.20%
GREEN value IS 140 (55.08% from 255) = 25.88%
BLUE value IS 216 (84.77% from 255) = 39.93%
R=34.20%
G=25.88%
B=39.93%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1851402160.140.3500.15275.5349.3569.8
HexB98CD8E230F1143146
Octal271214330164301742461106
Binary1011100110001100110110001110100011011111000101001100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98CD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98CD8; }

 p { color: rgb(185,140,216); }

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

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

 a { background-color: rgb(185,140,216); }

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

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

 span { border-color: rgb(185,140,216); }

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