#B196EA

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

Shades of Biloba Flower #B196EA

Tints of Biloba Flower #B196EA

Color information

#B196EA (or 0xB196EA) is unknown color: approx Biloba Flower. HEX triplet: B1, 96 and EA. RGB value is (177,150,234). Sum of RGB (Red+Green+Blue) = 177+150+234=561 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.55% from 561); Green value is 150 (58.98% from 255 or 26.74% from 561); Blue value is 234 (91.80% from 255 or 41.71% from 561); Max value from RGB is 234 - color contains mainly: blue. Hex color #B196EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B196EA is #4E6915. Grayscale: #A7A7A7. Windows color (decimal): -5138710 or 15374001. OLE color: 15374001.

HSL color Cylindrical-coordinate representation of color #B196EA: hue angle of 259.29º degrees, saturation: 0.67, 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 #B196EA is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB177150234-
CMYK0.240.3600.08
HSL259.29º66.67%75.29%-
HSV(B)259.29º35.9%91.76%-
XYZ43.8937.182.69-
YUV167.65165.45134.67-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.55%
GREEN value IS 150 (58.98% from 255) = 26.74%
BLUE value IS 234 (91.80% from 255) = 41.71%
R=31.55%
G=26.74%
B=41.71%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1771502340.240.3600.08259.2966.6775.29
HexB196EA182408103434b
Octal2612263523044010403103113
Binary101100011001011011101010110001001000100010000001110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B196EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B196EA; }

 p { color: rgb(177,150,234); }

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

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

 a { background-color: rgb(177,150,234); }

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

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

 span { border-color: rgb(177,150,234); }

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