Html Css Color HEX #B196CF Biloba Flower

📋 copy color: '#B196CF'

red 177 ◦ green 150 ◦ blue 207

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

Shades of Biloba Flower #B196CF

Tints of Biloba Flower #B196CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.76%

R = 33.15%
G = 28.09%
B = 38.76%

CMYK

 C value IS 0.14

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B196CF (or 0xB196CF) is known color: Biloba Flower. HEX triplet: B1, 96 and CF. RGB value is (177,150,207). Sum of RGB (Red+Green+Blue) = 177+150+207=534 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.15% from 534); Green value is 150 (58.98% from 255 or 28.09% from 534); Blue value is 207 (81.25% from 255 or 38.76% from 534); Max value from RGB is 207 - color contains mainly: blue. Hex color #B196CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B196CF is #4E6930. Grayscale: #A4A4A4. Windows color (decimal): -5138737 or 13604529. OLE color: 13604529.

HSL color Cylindrical-coordinate representation of color #B196CF: hue angle of 268.42º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B196CF is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 177 150 207 -
CMYK 0.14 0.28 0 0.19
HSL 268.42º 0.37% 0.7% -
HSV(B) 268.42º 0.28% 0.81% -
XYZ 40.3 35.66 63.79 -
YUV 164.57 151.95 136.87 -
System Red Green Blue C M Y K H S L
Decimal 177 150 207 0.14 0.28 0 0.19 268.42 0.37 0.7
Hex B1 96 CF E 1C 0 13 10C 25 46
Octal 261 226 317 16 34 0 23 414 45 106
Binary 10110001 10010110 11001111 1110 11100 0 10011 100001100 100101 1000110

Color Harmonies of #B196CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B196CF

Black with #B196CF

Text Example


Text Example

White with #B196CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B196CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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