Html Css Color HEX #B196DC Biloba Flower

📋 copy color: '#B196DC'

red 177 ◦ green 150 ◦ blue 220

#B196DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biloba Flower #B196DC

Tints of Biloba Flower #B196DC

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 value IS 0.20

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B196DC (or 0xB196DC) is known color: 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

RGB 177 150 220 -
CMYK 0.20 0.32 0 0.14
HSL 263.14º 0.5% 0.73% -
HSV(B) 263.14º 0.32% 0.86% -
XYZ 41.96 36.33 72.51 -
YUV 166.05 158.45 135.81 -
System Red Green Blue C M Y K H S L
Decimal 177 150 220 0.20 0.32 0 0.14 263.14 0.5 0.73
Hex B1 96 DC 14 20 0 E 107 32 49
Octal 261 226 334 24 40 0 16 407 62 111
Binary 10110001 10010110 11011100 10100 100000 0 1110 100000111 110010 1001001

Color Harmonies of #B196DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B196DC

Black with #B196DC

Text Example


Text Example

White with #B196DC

Text Example


Text Example

HTML Codes & Css Web 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>