#B891EF

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

Shades of Biloba Flower #B891EF

Tints of Biloba Flower #B891EF

Color information

#B891EF (or 0xB891EF) is unknown color: approx Biloba Flower. HEX triplet: B8, 91 and EF. RGB value is (184,145,239). Sum of RGB (Red+Green+Blue) = 184+145+239=568 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.39% from 568); Green value is 145 (57.03% from 255 or 25.53% from 568); Blue value is 239 (93.75% from 255 or 42.08% from 568); Max value from RGB is 239 - color contains mainly: blue. Hex color #B891EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B891EF is #476E10. Grayscale: #A7A7A7. Windows color (decimal): -4681233 or 15700408. OLE color: 15700408.

HSL color Cylindrical-coordinate representation of color #B891EF: hue angle of 264.89º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B891EF is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB184145239-
CMYK0.230.3900.06
HSL264.89º74.6%75.29%-
HSV(B)264.89º39.33%93.73%-
XYZ45.4736.6786.34-
YUV167.38168.42139.86-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.39%
GREEN value IS 145 (57.03% from 255) = 25.53%
BLUE value IS 239 (93.75% from 255) = 42.08%
R=32.39%
G=25.53%
B=42.08%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1841452390.230.3900.06264.8974.675.29
HexB891EF1727061094b4b
Octal270221357274706411113113
Binary10111000100100011110111110111100111011010000100110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B891EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B891EF; }

 p { color: rgb(184,145,239); }

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

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

 a { background-color: rgb(184,145,239); }

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

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

 span { border-color: rgb(184,145,239); }

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