#B196DF

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

Shades of Biloba Flower #B196DF

Tints of Biloba Flower #B196DF

Color information

#B196DF (or 0xB196DF) is unknown color: approx Biloba Flower. HEX triplet: B1, 96 and DF. RGB value is (177,150,223). Sum of RGB (Red+Green+Blue) = 177+150+223=550 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.18% from 550); Green value is 150 (58.98% from 255 or 27.27% from 550); Blue value is 223 (87.5% from 255 or 40.55% from 550); Max value from RGB is 223 - color contains mainly: blue. Hex color #B196DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B196DF is #4E6920. Grayscale: #A6A6A6. Windows color (decimal): -5138721 or 14653105. OLE color: 14653105.

HSL color Cylindrical-coordinate representation of color #B196DF: hue angle of 262.19º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B196DF is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB177150223-
CMYK0.210.3300.13
HSL262.19º53.28%73.14%-
HSV(B)262.19º32.74%87.45%-
XYZ42.3636.4974.62-
YUV166.4159.95135.56-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.18%
GREEN value IS 150 (58.98% from 255) = 27.27%
BLUE value IS 223 (87.5% from 255) = 40.55%
R=32.18%
G=27.27%
B=40.55%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1771502230.210.3300.13262.1953.2873.14
HexB196DF15210D1063549
Octal261226337254101540665111
Binary10110001100101101101111110101100001011011000001101101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B196DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B196DF; }

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

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

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

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

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

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

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

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