#B89DD9

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

Shades of Biloba Flower #B89DD9

Tints of Biloba Flower #B89DD9

Color information

#B89DD9 (or 0xB89DD9) is unknown color: approx Biloba Flower. HEX triplet: B8, 9D and D9. RGB value is (184,157,217). Sum of RGB (Red+Green+Blue) = 184+157+217=558 (73% of max value = 765). Red value is 184 (72.27% from 255 or 32.97% from 558); Green value is 157 (61.72% from 255 or 28.14% from 558); Blue value is 217 (85.16% from 255 or 38.89% from 558); Max value from RGB is 217 - color contains mainly: blue. Hex color #B89DD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89DD9 is #476226. Grayscale: #ABABAB. Windows color (decimal): -4678183 or 14261688. OLE color: 14261688.

HSL color Cylindrical-coordinate representation of color #B89DD9: hue angle of 267º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B89DD9 is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB184157217-
CMYK0.150.2800.15
HSL267º44.12%73.33%-
HSV(B)267º27.65%85.1%-
XYZ44.3539.3170.9-
YUV171.91153.45136.62-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.97%
GREEN value IS 157 (61.72% from 255) = 28.14%
BLUE value IS 217 (85.16% from 255) = 38.89%
R=32.97%
G=28.14%
B=38.89%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1841572170.150.2800.1526744.1273.33
HexB89DD9F1C0F10b2c49
Octal270235331173401741354111
Binary101110001001110111011001111111100011111000010111011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89DD9; }

 p { color: rgb(184,157,217); }

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

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

 a { background-color: rgb(184,157,217); }

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

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

 span { border-color: rgb(184,157,217); }

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