#B89BD1

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

Shades of Biloba Flower #B89BD1

Tints of Biloba Flower #B89BD1

Color information

#B89BD1 (or 0xB89BD1) is unknown color: approx Biloba Flower. HEX triplet: B8, 9B and D1. RGB value is (184,155,209). Sum of RGB (Red+Green+Blue) = 184+155+209=548 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.58% from 548); Green value is 155 (60.94% from 255 or 28.28% from 548); Blue value is 209 (82.03% from 255 or 38.14% from 548); Max value from RGB is 209 - color contains mainly: blue. Hex color #B89BD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89BD1 is #47642E. Grayscale: #A9A9A9. Windows color (decimal): -4678703 or 13736888. OLE color: 13736888.

HSL color Cylindrical-coordinate representation of color #B89BD1: hue angle of 272.22º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B89BD1 is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB184155209-
CMYK0.120.2600.18
HSL272.22º36.99%71.37%-
HSV(B)272.22º25.84%81.96%-
XYZ4338.2465.44-
YUV169.83150.11138.11-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.58%
GREEN value IS 155 (60.94% from 255) = 28.28%
BLUE value IS 209 (82.03% from 255) = 38.14%
R=33.58%
G=28.28%
B=38.14%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1841552090.120.2600.18272.2236.9971.37
HexB89BD1C1A0121102547
Octal270233321143202242045107
Binary1011100010011011110100011100110100100101000100001001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89BD1; }

 p { color: rgb(184,155,209); }

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

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

 a { background-color: rgb(184,155,209); }

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

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

 span { border-color: rgb(184,155,209); }

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