#B896EB

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

Shades of Biloba Flower #B896EB

Tints of Biloba Flower #B896EB

Color information

#B896EB (or 0xB896EB) is unknown color: approx Biloba Flower. HEX triplet: B8, 96 and EB. RGB value is (184,150,235). Sum of RGB (Red+Green+Blue) = 184+150+235=569 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.34% from 569); Green value is 150 (58.98% from 255 or 26.36% from 569); Blue value is 235 (92.19% from 255 or 41.30% from 569); Max value from RGB is 235 - color contains mainly: blue. Hex color #B896EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B896EB is #476914. Grayscale: #A9A9A9. Windows color (decimal): -4679957 or 15439544. OLE color: 15439544.

HSL color Cylindrical-coordinate representation of color #B896EB: hue angle of 264º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B896EB is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB184150235-
CMYK0.220.3600.08
HSL264º68%75.49%-
HSV(B)264º36.17%92.16%-
XYZ45.673883.53-
YUV169.86164.76138.09-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.34%
GREEN value IS 150 (58.98% from 255) = 26.36%
BLUE value IS 235 (92.19% from 255) = 41.30%
R=32.34%
G=26.36%
B=41.30%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1841502350.220.3600.082646875.49
HexB896EB162408108444b
Octal2702263532644010410104113
Binary101110001001011011101011101101001000100010000100010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B896EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B896EB; }

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

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

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

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

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

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

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

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