#B196DC

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

Shades of Biloba Flower #B196DC

Tints of Biloba Flower #B196DC

Color information

#B196DC (or 0xB196DC) is unknown color: approx Biloba Flower. HEX triplet: B1, 96 and DC. RGB value is (177,150,220). Sum of RGB (Red+Green+Blue) = 177+150+220=547 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.36% from 547); Green value is 150 (58.98% from 255 or 27.42% from 547); Blue value is 220 (86.33% from 255 or 40.22% from 547); Max value from RGB is 220 - color contains mainly: blue. Hex color #B196DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B196DC is #4E6923. Grayscale: #A5A5A5. Windows color (decimal): -5138724 or 14456497. OLE color: 14456497.

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

Color convert

RGB177150220-
CMYK0.200.3200.14
HSL263.14º50%72.55%-
HSV(B)263.14º31.82%86.27%-
XYZ41.9636.3372.51-
YUV166.05158.45135.81-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.36%
GREEN value IS 150 (58.98% from 255) = 27.42%
BLUE value IS 220 (86.33% from 255) = 40.22%
R=32.36%
G=27.42%
B=40.22%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1771502200.200.3200.14263.145072.55
HexB196DC14200E1073249
Octal261226334244001640762111
Binary10110001100101101101110010100100000011101000001111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B196DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B196DC; }

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

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

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

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

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

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

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

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