#B196DA

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

Shades of Biloba Flower #B196DA

Tints of Biloba Flower #B196DA

Color information

#B196DA (or 0xB196DA) is unknown color: approx Biloba Flower. HEX triplet: B1, 96 and DA. RGB value is (177,150,218). Sum of RGB (Red+Green+Blue) = 177+150+218=545 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.48% from 545); Green value is 150 (58.98% from 255 or 27.52% from 545); Blue value is 218 (85.55% from 255 or 40% from 545); Max value from RGB is 218 - color contains mainly: blue. Hex color #B196DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B196DA is #4E6925. Grayscale: #A5A5A5. Windows color (decimal): -5138726 or 14325425. OLE color: 14325425.

HSL color Cylindrical-coordinate representation of color #B196DA: hue angle of 263.82º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B196DA is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB177150218-
CMYK0.190.3100.15
HSL263.82º47.89%72.16%-
HSV(B)263.82º31.19%85.49%-
XYZ41.6936.2271.12-
YUV165.82157.45135.97-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.48%
GREEN value IS 150 (58.98% from 255) = 27.52%
BLUE value IS 218 (85.55% from 255) = 40%
R=32.48%
G=27.52%
B=40%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1771502180.190.3100.15263.8247.8972.16
HexB196DA131F0F1083048
Octal261226332233701741060110
Binary1011000110010110110110101001111111011111000010001100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B196DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B196DA; }

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

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

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

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

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

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

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

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