#B89FDC

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

Shades of Biloba Flower #B89FDC

Tints of Biloba Flower #B89FDC

Color information

#B89FDC (or 0xB89FDC) is unknown color: approx Biloba Flower. HEX triplet: B8, 9F and DC. RGB value is (184,159,220). Sum of RGB (Red+Green+Blue) = 184+159+220=563 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.68% from 563); Green value is 159 (62.5% from 255 or 28.24% from 563); Blue value is 220 (86.33% from 255 or 39.08% from 563); Max value from RGB is 220 - color contains mainly: blue. Hex color #B89FDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89FDC is #476023. Grayscale: #ADADAD. Windows color (decimal): -4677668 or 14458808. OLE color: 14458808.

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

Color convert

RGB184159220-
CMYK0.160.2800.14
HSL264.59º46.56%74.31%-
HSV(B)264.59º27.73%86.27%-
XYZ45.0840.1573.08-
YUV173.43154.28135.54-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.68%
GREEN value IS 159 (62.5% from 255) = 28.24%
BLUE value IS 220 (86.33% from 255) = 39.08%
R=32.68%
G=28.24%
B=39.08%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1841592200.160.2800.14264.5946.5674.31
HexB89FDC101C0E1092f4a
Octal270237334203401641157112
Binary1011100010011111110111001000011100011101000010011011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89FDC; }

 p { color: rgb(184,159,220); }

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

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

 a { background-color: rgb(184,159,220); }

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

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

 span { border-color: rgb(184,159,220); }

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