#B89BDA

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

Shades of Biloba Flower #B89BDA

Tints of Biloba Flower #B89BDA

Color information

#B89BDA (or 0xB89BDA) is unknown color: approx Biloba Flower. HEX triplet: B8, 9B and DA. RGB value is (184,155,218). Sum of RGB (Red+Green+Blue) = 184+155+218=557 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.03% from 557); Green value is 155 (60.94% from 255 or 27.83% from 557); Blue value is 218 (85.55% from 255 or 39.14% from 557); Max value from RGB is 218 - color contains mainly: blue. Hex color #B89BDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89BDA is #476425. Grayscale: #AAAAAA. Windows color (decimal): -4678694 or 14326712. OLE color: 14326712.

HSL color Cylindrical-coordinate representation of color #B89BDA: hue angle of 267.62º 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 #B89BDA is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB184155218-
CMYK0.160.2900.15
HSL267.62º45.99%73.14%-
HSV(B)267.62º28.9%85.49%-
XYZ44.1438.6971.47-
YUV170.85154.61137.38-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.03%
GREEN value IS 155 (60.94% from 255) = 27.83%
BLUE value IS 218 (85.55% from 255) = 39.14%
R=33.03%
G=27.83%
B=39.14%

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
Decimal1841552180.160.2900.15267.6245.9973.14
HexB89BDA101D0F10c2e49
Octal270233332203501741456111
Binary1011100010011011110110101000011101011111000011001011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89BDA; }

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

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

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

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

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

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

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

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