#B89ADA

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

Shades of Biloba Flower #B89ADA

Tints of Biloba Flower #B89ADA

Color information

#B89ADA (or 0xB89ADA) is unknown color: approx Biloba Flower. HEX triplet: B8, 9A and DA. RGB value is (184,154,218). Sum of RGB (Red+Green+Blue) = 184+154+218=556 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.09% from 556); Green value is 154 (60.55% from 255 or 27.70% from 556); Blue value is 218 (85.55% from 255 or 39.21% from 556); Max value from RGB is 218 - color contains mainly: blue. Hex color #B89ADA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89ADA is #476525. Grayscale: #AAAAAA. Windows color (decimal): -4678950 or 14326456. OLE color: 14326456.

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

Color convert

RGB184154218-
CMYK0.160.2900.15
HSL268.12º46.38%72.94%-
HSV(B)268.12º29.36%85.49%-
XYZ43.9838.3671.42-
YUV170.27154.94137.8-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.09%
GREEN value IS 154 (60.55% from 255) = 27.70%
BLUE value IS 218 (85.55% from 255) = 39.21%
R=33.09%
G=27.70%
B=39.21%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1841542180.160.2900.15268.1246.3872.94
HexB89ADA101D0F10c2e49
Octal270232332203501741456111
Binary1011100010011010110110101000011101011111000011001011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89ADA; }

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

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

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

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

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

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

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

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