#B89ADB

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

Shades of Biloba Flower #B89ADB

Tints of Biloba Flower #B89ADB

Color information

#B89ADB (or 0xB89ADB) is unknown color: approx Biloba Flower. HEX triplet: B8, 9A and DB. RGB value is (184,154,219). Sum of RGB (Red+Green+Blue) = 184+154+219=557 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.03% from 557); Green value is 154 (60.55% from 255 or 27.65% from 557); Blue value is 219 (85.94% from 255 or 39.32% from 557); Max value from RGB is 219 - color contains mainly: blue. Hex color #B89ADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89ADB is #476524. Grayscale: #AAAAAA. Windows color (decimal): -4678949 or 14391992. OLE color: 14391992.

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

Color convert

RGB184154219-
CMYK0.160.3000.14
HSL267.69º47.45%73.14%-
HSV(B)267.69º29.68%85.88%-
XYZ44.1138.4272.11-
YUV170.38155.44137.71-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.03%
GREEN value IS 154 (60.55% from 255) = 27.65%
BLUE value IS 219 (85.94% from 255) = 39.32%
R=33.03%
G=27.65%
B=39.32%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1841542190.160.3000.14267.6947.4573.14
HexB89ADB101E0E10c2f49
Octal270232333203601641457111
Binary1011100010011010110110111000011110011101000011001011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89ADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89ADB; }

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

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

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

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

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

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

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

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