#B89EDD

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

Shades of Biloba Flower #B89EDD

Tints of Biloba Flower #B89EDD

Color information

#B89EDD (or 0xB89EDD) is unknown color: approx Biloba Flower. HEX triplet: B8, 9E and DD. RGB value is (184,158,221). Sum of RGB (Red+Green+Blue) = 184+158+221=563 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.68% from 563); Green value is 158 (62.11% from 255 or 28.06% from 563); Blue value is 221 (86.72% from 255 or 39.25% from 563); Max value from RGB is 221 - color contains mainly: blue. Hex color #B89EDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89EDD is #476122. Grayscale: #ACACAC. Windows color (decimal): -4677923 or 14524088. OLE color: 14524088.

HSL color Cylindrical-coordinate representation of color #B89EDD: hue angle of 264.76º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B89EDD is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB184158221-
CMYK0.170.2900.13
HSL264.76º48.09%74.31%-
HSV(B)264.76º28.51%86.67%-
XYZ45.0539.8673.73-
YUV172.96155.11135.88-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.68%
GREEN value IS 158 (62.11% from 255) = 28.06%
BLUE value IS 221 (86.72% from 255) = 39.25%
R=32.68%
G=28.06%
B=39.25%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1841582210.170.2900.13264.7648.0974.31
HexB89EDD111D0D109304a
Octal270236335213501541160112
Binary1011100010011110110111011000111101011011000010011100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89EDD; }

 p { color: rgb(184,158,221); }

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

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

 a { background-color: rgb(184,158,221); }

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

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

 span { border-color: rgb(184,158,221); }

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