#B89CD9

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

Shades of Biloba Flower #B89CD9

Tints of Biloba Flower #B89CD9

Color information

#B89CD9 (or 0xB89CD9) is unknown color: approx Biloba Flower. HEX triplet: B8, 9C and D9. RGB value is (184,156,217). Sum of RGB (Red+Green+Blue) = 184+156+217=557 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.03% from 557); Green value is 156 (61.33% from 255 or 28.01% from 557); Blue value is 217 (85.16% from 255 or 38.96% from 557); Max value from RGB is 217 - color contains mainly: blue. Hex color #B89CD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89CD9 is #476326. Grayscale: #ABABAB. Windows color (decimal): -4678439 or 14261432. OLE color: 14261432.

HSL color Cylindrical-coordinate representation of color #B89CD9: hue angle of 267.54º degrees, saturation: 0.45, 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 #B89CD9 is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB184156217-
CMYK0.150.2800.15
HSL267.54º44.53%73.14%-
HSV(B)267.54º28.11%85.1%-
XYZ44.1838.9870.84-
YUV171.33153.78137.04-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.03%
GREEN value IS 156 (61.33% from 255) = 28.01%
BLUE value IS 217 (85.16% from 255) = 38.96%
R=33.03%
G=28.01%
B=38.96%

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
Decimal1841562170.150.2800.15267.5444.5373.14
HexB89CD9F1C0F10c2d49
Octal270234331173401741455111
Binary101110001001110011011001111111100011111000011001011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89CD9; }

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

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

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

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

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

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

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

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