#B989DB

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

Shades of Biloba Flower #B989DB

Tints of Biloba Flower #B989DB

Color information

#B989DB (or 0xB989DB) is unknown color: approx Biloba Flower. HEX triplet: B9, 89 and DB. RGB value is (185,137,219). Sum of RGB (Red+Green+Blue) = 185+137+219=541 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.20% from 541); Green value is 137 (53.91% from 255 or 25.32% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 219 - color contains mainly: blue. Hex color #B989DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B989DB is #467624. Grayscale: #A0A0A0. Windows color (decimal): -4617765 or 14387641. OLE color: 14387641.

HSL color Cylindrical-coordinate representation of color #B989DB: hue angle of 275.12º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B989DB is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB185137219-
CMYK0.160.3700.14
HSL275.12º53.25%69.8%-
HSV(B)275.12º37.44%85.88%-
XYZ41.7433.3271.25-
YUV160.7160.9145.33-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.20%
GREEN value IS 137 (53.91% from 255) = 25.32%
BLUE value IS 219 (85.94% from 255) = 40.48%
R=34.20%
G=25.32%
B=40.48%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1851372190.160.3700.14275.1253.2569.8
HexB989DB10250E1133546
Octal271211333204501642365106
Binary10111001100010011101101110000100101011101000100111101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B989DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B989DB; }

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

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

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

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

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

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

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

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