#B89CE1

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

Shades of Biloba Flower #B89CE1

Tints of Biloba Flower #B89CE1

Color information

#B89CE1 (or 0xB89CE1) is unknown color: approx Biloba Flower. HEX triplet: B8, 9C and E1. RGB value is (184,156,225). Sum of RGB (Red+Green+Blue) = 184+156+225=565 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.57% from 565); Green value is 156 (61.33% from 255 or 27.61% from 565); Blue value is 225 (88.28% from 255 or 39.82% from 565); Max value from RGB is 225 - color contains mainly: blue. Hex color #B89CE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89CE1 is #47631E. Grayscale: #ABABAB. Windows color (decimal): -4678431 or 14785720. OLE color: 14785720.

HSL color Cylindrical-coordinate representation of color #B89CE1: hue angle of 264.35º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B89CE1 is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB184156225-
CMYK0.180.3100.12
HSL264.35º53.49%74.71%-
HSV(B)264.35º30.67%88.24%-
XYZ45.2539.476.46-
YUV172.24157.78136.39-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.57%
GREEN value IS 156 (61.33% from 255) = 27.61%
BLUE value IS 225 (88.28% from 255) = 39.82%
R=32.57%
G=27.61%
B=39.82%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1841562250.180.3100.12264.3553.4974.71
HexB89CE1121F0C108354b
Octal270234341223701441065113
Binary1011100010011100111000011001011111011001000010001101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89CE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89CE1; }

 p { color: rgb(184,156,225); }

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

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

 a { background-color: rgb(184,156,225); }

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

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

 span { border-color: rgb(184,156,225); }

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