#B196DD

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

Shades of Biloba Flower #B196DD

Tints of Biloba Flower #B196DD

Color information

#B196DD (or 0xB196DD) is unknown color: approx Biloba Flower. HEX triplet: B1, 96 and DD. RGB value is (177,150,221). Sum of RGB (Red+Green+Blue) = 177+150+221=548 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.30% from 548); Green value is 150 (58.98% from 255 or 27.37% from 548); Blue value is 221 (86.72% from 255 or 40.33% from 548); Max value from RGB is 221 - color contains mainly: blue. Hex color #B196DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B196DD is #4E6922. Grayscale: #A5A5A5. Windows color (decimal): -5138723 or 14522033. OLE color: 14522033.

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

Color convert

RGB177150221-
CMYK0.200.3200.13
HSL262.82º51.08%72.75%-
HSV(B)262.82º32.13%86.67%-
XYZ42.0936.3873.21-
YUV166.17158.95135.73-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.30%
GREEN value IS 150 (58.98% from 255) = 27.37%
BLUE value IS 221 (86.72% from 255) = 40.33%
R=32.30%
G=27.37%
B=40.33%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1771502210.200.3200.13262.8251.0872.75
HexB196DD14200D1073349
Octal261226335244001540763111
Binary10110001100101101101110110100100000011011000001111100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B196DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B196DD; }

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

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

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

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

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

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

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

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