#B89DDE

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

Shades of Biloba Flower #B89DDE

Tints of Biloba Flower #B89DDE

Color information

#B89DDE (or 0xB89DDE) is unknown color: approx Biloba Flower. HEX triplet: B8, 9D and DE. RGB value is (184,157,222). Sum of RGB (Red+Green+Blue) = 184+157+222=563 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.68% from 563); Green value is 157 (61.72% from 255 or 27.89% from 563); Blue value is 222 (87.11% from 255 or 39.43% from 563); Max value from RGB is 222 - color contains mainly: blue. Hex color #B89DDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89DDE is #476221. Grayscale: #ACACAC. Windows color (decimal): -4678178 or 14589368. OLE color: 14589368.

HSL color Cylindrical-coordinate representation of color #B89DDE: hue angle of 264.92º degrees, saturation: 0.5, 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 #B89DDE is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB184157222-
CMYK0.170.2900.13
HSL264.92º49.62%74.31%-
HSV(B)264.92º29.28%87.06%-
XYZ45.0139.5874.37-
YUV172.48155.95136.21-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.68%
GREEN value IS 157 (61.72% from 255) = 27.89%
BLUE value IS 222 (87.11% from 255) = 39.43%
R=32.68%
G=27.89%
B=39.43%

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
Decimal1841572220.170.2900.13264.9249.6274.31
HexB89DDE111D0D109324a
Octal270235336213501541162112
Binary1011100010011101110111101000111101011011000010011100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89DDE; }

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

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

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

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

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

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

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

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