#b896ef

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

Shades of Biloba Flower #B896EF

Tints of Biloba Flower #B896EF

Color information

#B896EF (or 0xB896EF) is unknown color: approx Biloba Flower. HEX triplet: B8, 96 and EF. RGB value is (184,150,239). Sum of RGB (Red+Green+Blue) = 184+150+239=573 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.11% from 573); Green value is 150 (58.98% from 255 or 26.18% from 573); Blue value is 239 (93.75% from 255 or 41.71% from 573); Max value from RGB is 239 - color contains mainly: blue. Hex color #B896EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B896EF is #476910. Grayscale: #A9A9A9. Windows color (decimal): -4679953 or 15701688. OLE color: 15701688.

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

Color convert

RGB184150239-
CMYK0.230.3700.06
HSL262.92º73.55%76.27%-
HSV(B)262.92º37.24%93.73%-
XYZ46.2538.2486.6-
YUV170.31166.76137.76-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.11%
GREEN value IS 150 (58.98% from 255) = 26.18%
BLUE value IS 239 (93.75% from 255) = 41.71%
R=32.11%
G=26.18%
B=41.71%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1841502390.230.3700.06262.9273.5576.27
HexB896EF1725061074a4c
Octal270226357274506407112114
Binary10111000100101101110111110111100101011010000011110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b896ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b896ef; }

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

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

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

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

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

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

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

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