#B98CD6

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

Shades of Biloba Flower #B98CD6

Tints of Biloba Flower #B98CD6

Color information

#B98CD6 (or 0xB98CD6) is unknown color: approx Biloba Flower. HEX triplet: B9, 8C and D6. RGB value is (185,140,214). Sum of RGB (Red+Green+Blue) = 185+140+214=539 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.32% from 539); Green value is 140 (55.08% from 255 or 25.97% from 539); Blue value is 214 (83.98% from 255 or 39.70% from 539); Max value from RGB is 214 - color contains mainly: blue. Hex color #B98CD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98CD6 is #467329. Grayscale: #A1A1A1. Windows color (decimal): -4617002 or 14060729. OLE color: 14060729.

HSL color Cylindrical-coordinate representation of color #B98CD6: hue angle of 276.49º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B98CD6 is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB185140214-
CMYK0.140.3500.16
HSL276.49º47.44%69.41%-
HSV(B)276.49º34.58%83.92%-
XYZ41.5233.9367.98-
YUV161.89157.41144.48-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.32%
GREEN value IS 140 (55.08% from 255) = 25.97%
BLUE value IS 214 (83.98% from 255) = 39.70%
R=34.32%
G=25.97%
B=39.70%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1851402140.140.3500.16276.4947.4469.41
HexB98CD6E230101142f45
Octal271214326164302042457105
Binary10111001100011001101011011101000110100001000101001011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98CD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98CD6; }

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

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

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

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

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

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

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

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