#B989D8

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

Shades of Biloba Flower #B989D8

Tints of Biloba Flower #B989D8

Color information

#B989D8 (or 0xB989D8) is unknown color: approx Biloba Flower. HEX triplet: B9, 89 and D8. RGB value is (185,137,216). Sum of RGB (Red+Green+Blue) = 185+137+216=538 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.39% from 538); Green value is 137 (53.91% from 255 or 25.46% from 538); Blue value is 216 (84.77% from 255 or 40.15% from 538); Max value from RGB is 216 - color contains mainly: blue. Hex color #B989D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B989D8 is #467627. Grayscale: #A0A0A0. Windows color (decimal): -4617768 or 14191033. OLE color: 14191033.

HSL color Cylindrical-coordinate representation of color #B989D8: hue angle of 276.46º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B989D8 is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB185137216-
CMYK0.140.3700.15
HSL276.46º50.32%69.22%-
HSV(B)276.46º36.57%84.71%-
XYZ41.3533.1669.19-
YUV160.36159.4145.58-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.39%
GREEN value IS 137 (53.91% from 255) = 25.46%
BLUE value IS 216 (84.77% from 255) = 40.15%
R=34.39%
G=25.46%
B=40.15%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1851372160.140.3700.15276.4650.3269.22
HexB989D8E250F1143245
Octal271211330164501742462105
Binary1011100110001001110110001110100101011111000101001100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B989D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B989D8; }

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

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

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

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

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

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

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

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