#B98CDE

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

Shades of Biloba Flower #B98CDE

Tints of Biloba Flower #B98CDE

Color information

#B98CDE (or 0xB98CDE) is unknown color: approx Biloba Flower. HEX triplet: B9, 8C and DE. RGB value is (185,140,222). Sum of RGB (Red+Green+Blue) = 185+140+222=547 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.82% from 547); Green value is 140 (55.08% from 255 or 25.59% from 547); Blue value is 222 (87.11% from 255 or 40.59% from 547); Max value from RGB is 222 - color contains mainly: blue. Hex color #B98CDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98CDE is #467321. Grayscale: #A2A2A2. Windows color (decimal): -4616994 or 14585017. OLE color: 14585017.

HSL color Cylindrical-coordinate representation of color #B98CDE: hue angle of 272.93º degrees, saturation: 0.55, 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 #B98CDE is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB185140222-
CMYK0.170.3700.13
HSL272.93º55.41%70.98%-
HSV(B)272.93º36.94%87.06%-
XYZ42.5734.3473.49-
YUV162.8161.41143.83-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.82%
GREEN value IS 140 (55.08% from 255) = 25.59%
BLUE value IS 222 (87.11% from 255) = 40.59%
R=33.82%
G=25.59%
B=40.59%

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
Decimal1851402220.170.3700.13272.9355.4170.98
HexB98CDE11250D1113747
Octal271214336214501542167107
Binary10111001100011001101111010001100101011011000100011101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98CDE; }

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

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

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

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

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

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

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

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