#B896ED

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

Shades of Biloba Flower #B896ED

Tints of Biloba Flower #B896ED

Color information

#B896ED (or 0xB896ED) is unknown color: approx Biloba Flower. HEX triplet: B8, 96 and ED. RGB value is (184,150,237). Sum of RGB (Red+Green+Blue) = 184+150+237=571 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.22% from 571); Green value is 150 (58.98% from 255 or 26.27% from 571); Blue value is 237 (92.97% from 255 or 41.51% from 571); Max value from RGB is 237 - color contains mainly: blue. Hex color #B896ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B896ED is #476912. Grayscale: #A9A9A9. Windows color (decimal): -4679955 or 15570616. OLE color: 15570616.

HSL color Cylindrical-coordinate representation of color #B896ED: hue angle of 263.45º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B896ED is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB184150237-
CMYK0.220.3700.07
HSL263.45º70.73%75.88%-
HSV(B)263.45º36.71%92.94%-
XYZ45.9638.1285.06-
YUV170.08165.76137.93-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.22%
GREEN value IS 150 (58.98% from 255) = 26.27%
BLUE value IS 237 (92.97% from 255) = 41.51%
R=32.22%
G=26.27%
B=41.51%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1841502370.220.3700.07263.4570.7375.88
HexB896ED162507107474c
Octal270226355264507407107114
Binary10111000100101101110110110110100101011110000011110001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B896ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B896ED; }

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

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

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

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

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

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

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

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