#B89FDA

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

Shades of Biloba Flower #B89FDA

Tints of Biloba Flower #B89FDA

Color information

#B89FDA (or 0xB89FDA) is unknown color: approx Biloba Flower. HEX triplet: B8, 9F and DA. RGB value is (184,159,218). Sum of RGB (Red+Green+Blue) = 184+159+218=561 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.80% from 561); Green value is 159 (62.5% from 255 or 28.34% from 561); Blue value is 218 (85.55% from 255 or 38.86% from 561); Max value from RGB is 218 - color contains mainly: blue. Hex color #B89FDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89FDA is #476025. Grayscale: #ACACAC. Windows color (decimal): -4677670 or 14327736. OLE color: 14327736.

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

Color convert

RGB184159218-
CMYK0.160.2700.15
HSL265.42º44.36%73.92%-
HSV(B)265.42º27.06%85.49%-
XYZ44.8240.0571.7-
YUV173.2153.28135.7-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.80%
GREEN value IS 159 (62.5% from 255) = 28.34%
BLUE value IS 218 (85.55% from 255) = 38.86%
R=32.80%
G=28.34%
B=38.86%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1841592180.160.2700.15265.4244.3673.92
HexB89FDA101B0F1092c4a
Octal270237332203301741154112
Binary1011100010011111110110101000011011011111000010011011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89FDA; }

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

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

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

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

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

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

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

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