#B196F9

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

Shades of Biloba Flower #B196F9

Tints of Biloba Flower #B196F9

Color information

#B196F9 (or 0xB196F9) is unknown color: approx Biloba Flower. HEX triplet: B1, 96 and F9. RGB value is (177,150,249). Sum of RGB (Red+Green+Blue) = 177+150+249=576 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.73% from 576); Green value is 150 (58.98% from 255 or 26.04% from 576); Blue value is 249 (97.66% from 255 or 43.23% from 576); Max value from RGB is 249 - color contains mainly: blue. Hex color #B196F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B196F9 is #4E6906. Grayscale: #A8A8A8. Windows color (decimal): -5138695 or 16357041. OLE color: 16357041.

HSL color Cylindrical-coordinate representation of color #B196F9: hue angle of 256.36º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B196F9 is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB177150249-
CMYK0.290.4000.02
HSL256.36º89.19%78.24%-
HSV(B)256.36º39.76%97.65%-
XYZ46.143894.53-
YUV169.36172.95133.45-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.73%
GREEN value IS 150 (58.98% from 255) = 26.04%
BLUE value IS 249 (97.66% from 255) = 43.23%
R=30.73%
G=26.04%
B=43.23%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1771502490.290.4000.02256.3689.1978.24
HexB196F91D2802100594e
Octal261226371355002400131116
Binary1011000110010110111110011110110100001010000000010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B196F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B196F9; }

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

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

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

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

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

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

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

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