Html Css Color HEX #B196DE Biloba Flower

📋 copy color: '#B196DE'

red 177 ◦ green 150 ◦ blue 222

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

Shades of Biloba Flower #B196DE

Tints of Biloba Flower #B196DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.44%

R = 32.24%
G = 27.32%
B = 40.44%

CMYK

 C value IS 0.20

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B196DE (or 0xB196DE) is known color: Biloba Flower. HEX triplet: B1, 96 and DE. RGB value is (177,150,222). Sum of RGB (Red+Green+Blue) = 177+150+222=549 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.24% from 549); Green value is 150 (58.98% from 255 or 27.32% from 549); Blue value is 222 (87.11% from 255 or 40.44% from 549); Max value from RGB is 222 - color contains mainly: blue. Hex color #B196DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B196DE is #4E6921. Grayscale: #A6A6A6. Windows color (decimal): -5138722 or 14587569. OLE color: 14587569.

HSL color Cylindrical-coordinate representation of color #B196DE: hue angle of 262.5º degrees, saturation: 0.52, 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 #B196DE is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 150 222 -
CMYK 0.20 0.32 0 0.13
HSL 262.5º 0.52% 0.73% -
HSV(B) 262.5º 0.32% 0.87% -
XYZ 42.22 36.43 73.91 -
YUV 166.28 159.45 135.65 -
System Red Green Blue C M Y K H S L
Decimal 177 150 222 0.20 0.32 0 0.13 262.5 0.52 0.73
Hex B1 96 DE 14 20 0 D 106 34 49
Octal 261 226 336 24 40 0 15 406 64 111
Binary 10110001 10010110 11011110 10100 100000 0 1101 100000110 110100 1001001

Color Harmonies of #B196DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B196DE

Black with #B196DE

Text Example


Text Example

White with #B196DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B196DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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