Html Css Color HEX #B196DB Biloba Flower

📋 copy color: '#B196DB'

red 177 ◦ green 150 ◦ blue 219

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

Shades of Biloba Flower #B196DB

Tints of Biloba Flower #B196DB

RGB

 RED value IS 177 (69.53% from 255) = 32.42%

 GREEN value IS 150 (58.98% from 255) = 27.47%

 BLUE value IS 219 (85.94% from 255) = 40.11%

R = 32.42%
G = 27.47%
B = 40.11%

CMYK

 C value IS 0.19

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B196DB (or 0xB196DB) is known color: Biloba Flower. HEX triplet: B1, 96 and DB. RGB value is (177,150,219). Sum of RGB (Red+Green+Blue) = 177+150+219=546 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.42% from 546); Green value is 150 (58.98% from 255 or 27.47% from 546); Blue value is 219 (85.94% from 255 or 40.11% from 546); Max value from RGB is 219 - color contains mainly: blue. Hex color #B196DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B196DB is #4E6924. Grayscale: #A5A5A5. Windows color (decimal): -5138725 or 14390961. OLE color: 14390961.

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

Color convert

RGB 177 150 219 -
CMYK 0.19 0.32 0 0.14
HSL 263.48º 0.49% 0.72% -
HSV(B) 263.48º 0.32% 0.86% -
XYZ 41.82 36.27 71.82 -
YUV 165.94 157.95 135.89 -
System Red Green Blue C M Y K H S L
Decimal 177 150 219 0.19 0.32 0 0.14 263.48 0.49 0.72
Hex B1 96 DB 13 20 0 E 107 31 48
Octal 261 226 333 23 40 0 16 407 61 110
Binary 10110001 10010110 11011011 10011 100000 0 1110 100000111 110001 1001000

Color Harmonies of #B196DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B196DB

Black with #B196DB

Text Example


Text Example

White with #B196DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B196DB; }

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

 H1.HeaderClassName
 {
   color: #B196DB;
 }
 .AnyTagClassName
 {
   color: #B196DB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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