Html Css Color HEX #B196EC Biloba Flower

📋 copy color: '#B196EC'

red 177 ◦ green 150 ◦ blue 236

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

Shades of Biloba Flower #B196EC

Tints of Biloba Flower #B196EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 41.92%

R = 31.44%
G = 26.64%
B = 41.92%

CMYK

 C value IS 0.25

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B196EC (or 0xB196EC) is known color: Biloba Flower. HEX triplet: B1, 96 and EC. RGB value is (177,150,236). Sum of RGB (Red+Green+Blue) = 177+150+236=563 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.44% from 563); Green value is 150 (58.98% from 255 or 26.64% from 563); Blue value is 236 (92.58% from 255 or 41.92% from 563); Max value from RGB is 236 - color contains mainly: blue. Hex color #B196EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B196EC is #4E6913. Grayscale: #A7A7A7. Windows color (decimal): -5138708 or 15505073. OLE color: 15505073.

HSL color Cylindrical-coordinate representation of color #B196EC: hue angle of 258.84º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B196EC is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 177 150 236 -
CMYK 0.25 0.36 0 0.07
HSL 258.84º 0.69% 0.76% -
HSV(B) 258.84º 0.36% 0.93% -
XYZ 44.18 37.22 84.21 -
YUV 167.88 166.45 134.51 -
System Red Green Blue C M Y K H S L
Decimal 177 150 236 0.25 0.36 0 0.07 258.84 0.69 0.76
Hex B1 96 EC 19 24 0 7 103 45 4C
Octal 261 226 354 31 44 0 7 403 105 114
Binary 10110001 10010110 11101100 11001 100100 0 111 100000011 1000101 1001100

Color Harmonies of #B196EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B196EC

Black with #B196EC

Text Example


Text Example

White with #B196EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B196EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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