#B989EC

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

Shades of Biloba Flower #B989EC

Tints of Biloba Flower #B989EC

Color information

#B989EC (or 0xB989EC) is unknown color: approx Biloba Flower. HEX triplet: B9, 89 and EC. RGB value is (185,137,236). Sum of RGB (Red+Green+Blue) = 185+137+236=558 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.15% from 558); Green value is 137 (53.91% from 255 or 24.55% from 558); Blue value is 236 (92.58% from 255 or 42.29% from 558); Max value from RGB is 236 - color contains mainly: blue. Hex color #B989EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B989EC is #467613. Grayscale: #A2A2A2. Windows color (decimal): -4617748 or 15501753. OLE color: 15501753.

HSL color Cylindrical-coordinate representation of color #B989EC: hue angle of 269.09º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B989EC is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB185137236-
CMYK0.220.4200.07
HSL269.09º72.26%73.14%-
HSV(B)269.09º41.95%92.55%-
XYZ44.0934.2683.65-
YUV162.64169.4143.95-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.15%
GREEN value IS 137 (53.91% from 255) = 24.55%
BLUE value IS 236 (92.58% from 255) = 42.29%
R=33.15%
G=24.55%
B=42.29%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1851372360.220.4200.07269.0972.2673.14
HexB989EC162A0710d4849
Octal271211354265207415110111
Binary10111001100010011110110010110101010011110000110110010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B989EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B989EC; }

 p { color: rgb(185,137,236); }

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

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

 a { background-color: rgb(185,137,236); }

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

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

 span { border-color: rgb(185,137,236); }

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