#B89BE4

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

Shades of Biloba Flower #B89BE4

Tints of Biloba Flower #B89BE4

Color information

#B89BE4 (or 0xB89BE4) is unknown color: approx Biloba Flower. HEX triplet: B8, 9B and E4. RGB value is (184,155,228). Sum of RGB (Red+Green+Blue) = 184+155+228=567 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.45% from 567); Green value is 155 (60.94% from 255 or 27.34% from 567); Blue value is 228 (89.45% from 255 or 40.21% from 567); Max value from RGB is 228 - color contains mainly: blue. Hex color #B89BE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89BE4 is #47641B. Grayscale: #ABABAB. Windows color (decimal): -4678684 or 14982072. OLE color: 14982072.

HSL color Cylindrical-coordinate representation of color #B89BE4: hue angle of 263.84º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B89BE4 is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB184155228-
CMYK0.190.3200.11
HSL263.84º57.48%75.1%-
HSV(B)263.84º32.02%89.41%-
XYZ45.4939.2378.57-
YUV171.99159.61136.56-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.45%
GREEN value IS 155 (60.94% from 255) = 27.34%
BLUE value IS 228 (89.45% from 255) = 40.21%
R=32.45%
G=27.34%
B=40.21%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1841552280.190.3200.11263.8457.4875.1
HexB89BE413200B108394b
Octal270233344234001341071113
Binary10111000100110111110010010011100000010111000010001110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89BE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89BE4; }

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

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

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

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

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

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

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

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