#B89DDA

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

Shades of Biloba Flower #B89DDA

Tints of Biloba Flower #B89DDA

Color information

#B89DDA (or 0xB89DDA) is unknown color: approx Biloba Flower. HEX triplet: B8, 9D and DA. RGB value is (184,157,218). Sum of RGB (Red+Green+Blue) = 184+157+218=559 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.92% from 559); Green value is 157 (61.72% from 255 or 28.09% from 559); Blue value is 218 (85.55% from 255 or 39.00% from 559); Max value from RGB is 218 - color contains mainly: blue. Hex color #B89DDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89DDA is #476225. Grayscale: #ABABAB. Windows color (decimal): -4678182 or 14327224. OLE color: 14327224.

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

Color convert

RGB184157218-
CMYK0.160.2800.15
HSL266.56º45.19%73.53%-
HSV(B)266.56º27.98%85.49%-
XYZ44.4839.3771.58-
YUV172.03153.95136.54-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.92%
GREEN value IS 157 (61.72% from 255) = 28.09%
BLUE value IS 218 (85.55% from 255) = 39.00%
R=32.92%
G=28.09%
B=39.00%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1841572180.160.2800.15266.5645.1973.53
HexB89DDA101C0F10b2d4a
Octal270235332203401741355112
Binary1011100010011101110110101000011100011111000010111011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89DDA; }

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

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

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

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

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

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

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

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